Commit 437690c3 authored by Davis King's avatar Davis King

Added missing const.

parent c256cf09
...@@ -151,7 +151,7 @@ namespace dlib ...@@ -151,7 +151,7 @@ namespace dlib
} }
const matrix<double,0,1>& get_predicted_next_state( const matrix<double,0,1>& get_predicted_next_state(
) ) const
{ {
return next; return next;
} }
......
...@@ -134,7 +134,7 @@ namespace dlib ...@@ -134,7 +134,7 @@ namespace dlib
!*/ !*/
const matrix<double,0,1>& get_predicted_next_state( const matrix<double,0,1>& get_predicted_next_state(
); ) const;
/*! /*!
ensures ensures
- returns the estimate of the next point we will observe in the - returns the estimate of the next point we will observe in the
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment