cIniFile: fixed API-non-exportable function marked as API-export
This commit is contained in:
parent
9b839aa32e
commit
2f6b2b7bac
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user