(svn r27543) -Fix (r27379): ScriptExec/TestMode::FinalRelease is not part of the API.

This commit is contained in:
frosch
2016-04-17 17:10:07 +00:00
parent e7e6b45d89
commit d70da28365
2 changed files with 6 additions and 0 deletions

View File

@@ -47,6 +47,9 @@ public:
*/
~ScriptExecMode();
/**
* @api -all
*/
virtual void FinalRelease();
};

View File

@@ -49,6 +49,9 @@ public:
*/
~ScriptTestMode();
/**
* @api -all
*/
virtual void FinalRelease();
};