1
0
Fork 0

cIniFile: fixed API-non-exportable function marked as API-export

This commit is contained in:
madmaxoft 2013-08-07 14:32:08 +02:00
parent 9b839aa32e
commit 2f6b2b7bac
1 changed files with 5 additions and 0 deletions

View File

@ -154,7 +154,12 @@ public:
return SetValueI( keyname, valuename, int(value), create);
}
bool SetValueF( const std::string & keyname, const std::string & valuename, const double value, const bool create = true);
// tolua_end
bool SetValueV( const std::string & keyname, const std::string & valuename, char *format, ...);
// tolua_begin
// Deletes specified value.
// Returns true if value existed and deleted, false otherwise.