diff options
Diffstat (limited to 'source/ChestEntity.h')
-rw-r--r-- | source/ChestEntity.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/ChestEntity.h b/source/ChestEntity.h index 82d1e7b50..78746cfdf 100644 --- a/source/ChestEntity.h +++ b/source/ChestEntity.h @@ -52,7 +52,7 @@ public: private: cItem * m_Content; -}; //tolua_export +}; // tolua_export |