Commit 0e10e1e5 authored by Davis King's avatar Davis King

Changed to avoid compiler warning.

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403546
parent c63f8cf2
......@@ -224,7 +224,7 @@ namespace dlib
long current_n (
) const
{
return total_count;
return static_cast<long>(total_count);
}
template <typename EXP>
......
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