diff options
-rw-r--r-- | win32/PlatWin.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/PlatWin.cxx b/win32/PlatWin.cxx index fd8ed249b..98d0e3fab 100644 --- a/win32/PlatWin.cxx +++ b/win32/PlatWin.cxx @@ -871,7 +871,7 @@ void ListBox::Sort() { // Windows keeps sorted so no need to sort } -void ListBox::SetTypeXpm(int, const char **) { +void ListBox::SetTypeXpm(int, const char *) { } Menu::Menu() : id(0) { |