More effective fixes.

We may have to actually do full blown replacements.
This commit is contained in:
Jason Felds
2011-03-19 13:27:48 -04:00
parent 31f7b16f47
commit 7fa50ff351
4 changed files with 15 additions and 5 deletions
+3
View File
@@ -79,6 +79,9 @@ public:
// Lua
void PushSelf( lua_State *L );
private:
// TODO: Implement the copy and assignment operators on our own.
};
#endif