Yet more work on eng::malloc
This commit is contained in:
@@ -89,7 +89,7 @@
|
||||
|
||||
struct PrintBufferCore;
|
||||
|
||||
class PrintBuffer : public eng::opnew {
|
||||
class PrintBuffer : public eng::nevernew {
|
||||
private:
|
||||
PrintBufferCore *core_;
|
||||
|
||||
@@ -138,7 +138,7 @@ public:
|
||||
};
|
||||
|
||||
|
||||
class PrintChanneler : public eng::opnew {
|
||||
class PrintChanneler : public eng::nevernew {
|
||||
private:
|
||||
int64_t line_;
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user