1
0
Fork 0

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

release/1.7
frosch 2016-04-17 17:10:07 +00:00
parent 7e59cf588d
commit 31bd5a09b6
2 changed files with 6 additions and 0 deletions

View File

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

View File

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