Yet more work on eng::malloc
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
#include "luastack.hpp"
|
||||
#include "streambuffer.hpp"
|
||||
|
||||
class GuiElt {
|
||||
class GuiElt : public eng::nevernew {
|
||||
friend class Gui;
|
||||
public:
|
||||
enum Type {
|
||||
@@ -27,7 +27,7 @@ public:
|
||||
const eng::string &label() const { return label_; }
|
||||
};
|
||||
|
||||
class Gui {
|
||||
class Gui : public eng::nevernew {
|
||||
public:
|
||||
using EltVec = eng::vector<GuiElt>;
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user