Refactor: Default destructor for XCLeafBrushNodeLeaf
This commit is contained in:
parent
e290f2aca9
commit
324e84eafc
@ -7,9 +7,9 @@ class XCLeafBrushNodeLeaf : public XCLeafBrushNodeData
|
||||
{
|
||||
public:
|
||||
explicit XCLeafBrushNodeLeaf();
|
||||
~XCLeafBrushNodeLeaf();
|
||||
~XCLeafBrushNodeLeaf() = default;
|
||||
|
||||
void ParseData(QDataStream *aStream) override;
|
||||
void ParseData(XDataStream *aStream) override;
|
||||
void Clear() override;
|
||||
|
||||
private:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user