summaryrefslogtreecommitdiff
path: root/plugins/TrafficCounter/src/opttree.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/TrafficCounter/src/opttree.h')
-rw-r--r--plugins/TrafficCounter/src/opttree.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/TrafficCounter/src/opttree.h b/plugins/TrafficCounter/src/opttree.h
index de3a8ddbbb..8c80b599eb 100644
--- a/plugins/TrafficCounter/src/opttree.h
+++ b/plugins/TrafficCounter/src/opttree.h
@@ -31,7 +31,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
typedef struct {
int iconIndex;
- TCHAR *szOptionName;
+ wchar_t *szOptionName;
int groupId;
DWORD dwFlag;
HTREEITEM hItem;