Additional change to f2a494b

This commit is contained in:
Birunthan Mohanathas
2012-06-03 12:56:33 +03:00
parent f2a494b675
commit 1fece1e4d8
2 changed files with 18 additions and 23 deletions

View File

@ -57,7 +57,7 @@ public:
const WCHAR* GetName() { return m_Name.c_str(); }
const std::wstring& GetOriginalName() { return m_Name; }
void Disable();
void Disable() { m_Disabled = true; }
void Enable() { m_Disabled = false; }
bool IsDisabled() { return m_Disabled; }