Commit 72f148e4 authored by Davis King's avatar Davis King

Minor change to avoid compiler warning in visual studio.

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403840
parent b54d9d2b
...@@ -2741,7 +2741,7 @@ namespace dlib ...@@ -2741,7 +2741,7 @@ namespace dlib
const static long cost = M::cost+1; const static long cost = M::cost+1;
typedef typename M::type type; typedef typename M::type type;
typedef const typename M::const_ret_type const_ret_type; typedef typename M::const_ret_type const_ret_type;
const_ret_type apply ( long r, long c) const const_ret_type apply ( long r, long c) const
{ {
if (r >= c) if (r >= c)
......
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