Code cleanups.

This commit is contained in:
spx
2010-11-22 19:52:10 +00:00
parent 45e33ce704
commit d302aa675a
3 changed files with 11 additions and 11 deletions

View File

@ -359,9 +359,9 @@ private:
std::list<CMeasure*> m_Measures; // All the measures
std::list<CMeter*> m_Meters; // All the meters
std::wstring m_SkinPath; // Path of the skin folder
std::wstring m_SkinName; // Name of the current skin folder
std::wstring m_SkinIniFile; // Name of the current skin iniFile
const std::wstring m_SkinPath; // Path of the skin folder
const std::wstring m_SkinName; // Name of the current skin folder
const std::wstring m_SkinIniFile; // Name of the current skin iniFile
int m_UpdateCounter;