We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4d98ab commit a995d74Copy full SHA for a995d74
source/public/ILuaObject.h
@@ -23,7 +23,7 @@ class ILuaInterface;
23
24
class ILuaObject
25
{
26
-private: // Virtual functions are unsafe since the offsets are wrong on Windows.
+public: // Virtual functions are unsafe since the offsets are wrong on Windows.
27
//virtual ~ILuaObject();
28
virtual void Set( ILuaObject *obj ) = 0;
29
virtual void SetFromStack( int i ) = 0;
0 commit comments