mirror of
https://github.com/davisking/dlib.git
synced 2024-11-01 10:14:53 +08:00
Added missing const.
This commit is contained in:
parent
c256cf0999
commit
437690c32d
@ -151,7 +151,7 @@ namespace dlib
|
||||
}
|
||||
|
||||
const matrix<double,0,1>& get_predicted_next_state(
|
||||
)
|
||||
) const
|
||||
{
|
||||
return next;
|
||||
}
|
||||
|
@ -134,7 +134,7 @@ namespace dlib
|
||||
!*/
|
||||
|
||||
const matrix<double,0,1>& get_predicted_next_state(
|
||||
);
|
||||
) const;
|
||||
/*!
|
||||
ensures
|
||||
- returns the estimate of the next point we will observe in the
|
||||
|
Loading…
Reference in New Issue
Block a user