diff options
author | chai <chaifix@163.com> | 2019-03-18 08:49:16 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2019-03-18 08:49:16 +0800 |
commit | 5e2a973516e0729b225da9de0b03015dc5854ac4 (patch) | |
tree | 419e662de962cdc3cec646a814f443a9434b5db5 /Source/3rdParty/Luax/luax_class.hpp | |
parent | 9c0c9c9284b4cea07656a5e91eaf90adb961a38e (diff) |
*luax
Diffstat (limited to 'Source/3rdParty/Luax/luax_class.hpp')
-rw-r--r-- | Source/3rdParty/Luax/luax_class.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/3rdParty/Luax/luax_class.hpp b/Source/3rdParty/Luax/luax_class.hpp index 3cbaf9c..da78d0b 100644 --- a/Source/3rdParty/Luax/luax_class.hpp +++ b/Source/3rdParty/Luax/luax_class.hpp @@ -140,6 +140,7 @@ namespace Luax //-------------------------------------------------------------------------------------------------------------- +#ifdef LUAX_ENABLE_PLAIN_CLASS /// /// lua /// @@ -157,6 +158,7 @@ namespace Luax LUAX_DECL_METHOD( l_New ); }; +#endif } |