diff options
Diffstat (limited to 'plugins/HistoryStats/src/bandctrlimpl.h')
-rw-r--r-- | plugins/HistoryStats/src/bandctrlimpl.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/plugins/HistoryStats/src/bandctrlimpl.h b/plugins/HistoryStats/src/bandctrlimpl.h index 7aa9ce8abb..4696325246 100644 --- a/plugins/HistoryStats/src/bandctrlimpl.h +++ b/plugins/HistoryStats/src/bandctrlimpl.h @@ -6,8 +6,6 @@ #include <vector>
-#include "themeapi.h"
-
/*
* BandCtrlImpl
*/
@@ -33,7 +31,7 @@ private: };
private:
- static const mu_text* m_ClassName;
+ static const TCHAR* m_ClassName;
static const int m_PollId;
static const int m_PollDelay;
|