Add a default destructor for post
This commit is contained in:
parent
66a1403628
commit
5b07d1cf12
1 changed files with 1 additions and 1 deletions
|
@ -130,7 +130,7 @@ public:
|
||||||
|
|
||||||
bool operator==(const DanbooruPost &);
|
bool operator==(const DanbooruPost &);
|
||||||
|
|
||||||
~DanbooruPost();
|
~DanbooruPost() = default;
|
||||||
|
|
||||||
// Post attributes
|
// Post attributes
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue