Just some refactoring

This commit is contained in:
Eduardo Bart
2012-07-29 07:32:44 -03:00
parent 29a4d467af
commit 73769c62e4
47 changed files with 252 additions and 142 deletions

View File

@@ -68,9 +68,9 @@ protected:
std::string m_appCompactName;
std::string m_appVersion;
std::string m_startupOptions;
Boolean<false> m_running;
Boolean<false> m_stopping;
Boolean<false> m_terminated;
bool m_running = false;
bool m_stopping = false;
stdext::boolean<false> m_terminated;
};
#ifdef FW_GRAPHICS