Fix --nolua compilation

This commit is contained in:
mniip 2019-08-18 11:54:32 +03:00
parent dc70646ee2
commit 33f4f54de1

View File

@ -1,3 +1,4 @@
#ifdef LUACONSOLE
#include "LuaSmartRef.h"
void LuaSmartRef::Clear()
@ -33,4 +34,4 @@ LuaSmartRef::operator bool() const
{
return ref != LUA_REFNIL;
}
#endif