1
0

Fixed formatstring

This commit is contained in:
worktycho 2014-10-23 23:23:34 +01:00
parent 32cab75e43
commit d5dfacae87

View File

@ -156,7 +156,7 @@ public:
// tolua_end
bool SetValueV( const AString & a_KeyName, const AString & a_ValueName, const char * a_Format, ...);
bool SetValueV( const AString & a_KeyName, const AString & a_ValueName, const char * a_Format, ...) FORMATSTRING(3,4);
// tolua_begin