Add return value to operator= to fix gcc compiler error
This commit is contained in:
parent
cc8c3fe352
commit
c8a7dd7b37
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ public:
|
|||
story_parser() = default;
|
||||
|
||||
story_parser(const story_parser&) = delete;
|
||||
operator=(const story_parser&) = delete;
|
||||
story_parser& operator=(const story_parser&) = delete;
|
||||
|
||||
/** Takes care of initializing and branching properties. */
|
||||
virtual void resolve_wml(const vconfig& cfg);
|
||||
|
|
Loading…
Add table
Reference in a new issue