@@ -25,6 +25,6 @@ public:
|
||||
virtual int getEstimatedSize();
|
||||
|
||||
public:
|
||||
static std::shared_ptr<Packet> create() { return std::shared_ptr<Packet>(new XZPacket()); }
|
||||
static shared_ptr<Packet> create() { return shared_ptr<Packet>(new XZPacket()); }
|
||||
virtual int getId() { return 166; }
|
||||
};
|
||||
Reference in New Issue
Block a user