summaryrefslogtreecommitdiffstats
path: root/client/controller.h
diff options
context:
space:
mode:
Diffstat (limited to 'client/controller.h')
-rw-r--r--client/controller.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/controller.h b/client/controller.h
index 924f351b..bf927073 100644
--- a/client/controller.h
+++ b/client/controller.h
@@ -90,7 +90,7 @@ private:
bool read_msgs();
bool handle_init(ControllerInit *init);
bool handle_message(ControllerMsg *hdr);
- bool create_menu(wchar_t* resource);
+ bool create_menu(char* resource);
bool set_multi_val(uint32_t op, char* multi_val);
private: