diff options
author | faketruth <faketruth@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2012-01-22 21:15:11 +0100 |
---|---|---|
committer | faketruth <faketruth@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2012-01-22 21:15:11 +0100 |
commit | 738b1b3467e5556667464bc33294a7485d37097b (patch) | |
tree | 0f42294589a7574e391644609e315694b194639f /iniFile | |
parent | Bug FS#131 http://www.mc-server.org/support/index.php?do=details&task_id=131 should be fixed (diff) | |
download | cuberite-738b1b3467e5556667464bc33294a7485d37097b.tar cuberite-738b1b3467e5556667464bc33294a7485d37097b.tar.gz cuberite-738b1b3467e5556667464bc33294a7485d37097b.tar.bz2 cuberite-738b1b3467e5556667464bc33294a7485d37097b.tar.lz cuberite-738b1b3467e5556667464bc33294a7485d37097b.tar.xz cuberite-738b1b3467e5556667464bc33294a7485d37097b.tar.zst cuberite-738b1b3467e5556667464bc33294a7485d37097b.zip |
Diffstat (limited to 'iniFile')
-rw-r--r-- | iniFile/iniFile.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/iniFile/iniFile.h b/iniFile/iniFile.h index c23c0369f..d0d34e145 100644 --- a/iniFile/iniFile.h +++ b/iniFile/iniFile.h @@ -45,7 +45,7 @@ private: std::string CheckCase( std::string s) const;
public:
- enum errors{ noID = -1};
+ enum errors{ noID = -1}; //tolua_export
cIniFile( const std::string iniPath = ""); //tolua_export
virtual ~cIniFile() {}
|