Commit 3f0ba96a authored by Davis King's avatar Davis King

Fixed a typo which would prevent code that called running_stats::max_n()

from compiling.
parent d0575815
...@@ -71,7 +71,7 @@ namespace dlib ...@@ -71,7 +71,7 @@ namespace dlib
T max_n ( T max_n (
) const ) const
{ {
return max_n; return maximum_n;
} }
T current_n ( T current_n (
......
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