File diff r25406:017a9f8d3ec9 → r25407:b37c2c854ce5
src/script/api/script_execmode.hpp
Show inline comments
 
@@ -34,7 +34,7 @@ protected:
 
public:
 
	/**
 
	 * Creating instance of this class switches the build mode to Execute.
 
	 * @note When the instance is destroyed, he restores the mode that was
 
	 * @note When the instance is destroyed, it restores the mode that was
 
	 *   current when the instance was created!
 
	 */
 
	ScriptExecMode();