mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-04-28 21:07:59 +03:00
implement move constructor
This commit is contained in:
parent
8958e29187
commit
a16727d5e3
3 changed files with 8 additions and 1 deletions
|
@ -42,6 +42,8 @@ namespace Compiler
|
|||
public:
|
||||
ContextRestore (StreamErrorHandler* handler, const std::string& context);
|
||||
|
||||
ContextRestore (ContextRestore&& other);
|
||||
|
||||
~ContextRestore();
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue