summaryrefslogtreecommitdiff
path: root/plugins/HistoryStats/src/iconlib.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/HistoryStats/src/iconlib.h')
-rw-r--r--plugins/HistoryStats/src/iconlib.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/HistoryStats/src/iconlib.h b/plugins/HistoryStats/src/iconlib.h
index bc4ab3b1c7..94180e939e 100644
--- a/plugins/HistoryStats/src/iconlib.h
+++ b/plugins/HistoryStats/src/iconlib.h
@@ -43,9 +43,9 @@ private:
struct IconInfo
{
WORD wID;
- mu_ansi* szIconName;
- mu_text* szSection;
- mu_text* szDescription;
+ char* szIconName;
+ TCHAR* szSection;
+ TCHAR* szDescription;
HICON hIcon;
};