summaryrefslogtreecommitdiff
path: root/Source/3rdParty/Luax/luax_class.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/3rdParty/Luax/luax_class.hpp')
-rw-r--r--Source/3rdParty/Luax/luax_class.hpp2
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
}