Yet more work on eng::malloc

This commit is contained in:
2022-03-02 14:52:51 -05:00
parent 7cd8eb0a43
commit cf102a6250
25 changed files with 114 additions and 59 deletions

View File

@@ -17,7 +17,7 @@
#include "streambuffer.hpp"
#include "luastack.hpp"
class LuaSnap {
class LuaSnap : public eng::nevernew {
private:
lua_State *state_;