"git@developer.sourcefind.cn:OpenDAS/dgl.git" did not exist on "afb7f5b83917b157ccc0b5875904c3d2ca05aa1d"
Commit 3f0ba96a authored by Davis King's avatar Davis King
Browse files

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