Skip to content

Commit a995d74

Browse files
committed
repo: undo this
1 parent d4d98ab commit a995d74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/public/ILuaObject.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ class ILuaInterface;
2323

2424
class ILuaObject
2525
{
26-
private: // Virtual functions are unsafe since the offsets are wrong on Windows.
26+
public: // Virtual functions are unsafe since the offsets are wrong on Windows.
2727
//virtual ~ILuaObject();
2828
virtual void Set( ILuaObject *obj ) = 0;
2929
virtual void SetFromStack( int i ) = 0;

0 commit comments

Comments
 (0)