Seems this should have a virtual dtor
This commit is contained in:
parent
ce11f4855e
commit
ae85e4ca02
1 changed files with 1 additions and 0 deletions
|
@ -29,6 +29,7 @@ class story_parser
|
|||
{
|
||||
public:
|
||||
story_parser() = default;
|
||||
virtual ~story_parser() = default;
|
||||
|
||||
story_parser(const story_parser&) = delete;
|
||||
story_parser& operator=(const story_parser&) = delete;
|
||||
|
|
Loading…
Add table
Reference in a new issue