Fix the build

stable-5.3
Armin Burgmeier 2012-10-14 15:18:28 +02:00
parent c29ada46bb
commit b851f4b3fa
1 changed files with 1 additions and 1 deletions

View File

@ -254,7 +254,7 @@ public:
Size = Size2;
Table = Table2;
}
static bool SortFunc(T &v1, T &v2)
static bool SortFunc(const T &v1, const T &v2)
{
return v1<v2;
}