From 3ca19b6ba523f237f7163eab6a0b9afb46de207a Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Fri, 3 Jan 2003 02:47:56 +0000 Subject: Made method signature compatible with text form XPMs. --- win32/PlatWin.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- cgit v1.2.3