1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-08-13 19:54:17 +02:00

Compile fix.

This commit is contained in:
Frank Zago
2011-06-10 12:49:31 +00:00
parent bf9f0beb01
commit 78b5e11b93

View File

@@ -317,7 +317,7 @@ namespace VERMInterpreter
}
template<typename T, typename SecType>
bool isA(SecType & opt)
bool isA(const SecType & opt)
{
if(opt.type() == typeid(T))
return true;