Yet more work on eng::malloc
This commit is contained in:
@@ -16,7 +16,7 @@ public:
|
||||
void deserialize(StreamBuffer *sb);
|
||||
};
|
||||
|
||||
class Invocation {
|
||||
class Invocation : public eng::nevernew {
|
||||
public:
|
||||
enum Kind {
|
||||
KIND_INVALID,
|
||||
|
||||
Reference in New Issue
Block a user