diff options
author | nyamatongwe <unknown> | 2003-01-03 02:47:56 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2003-01-03 02:47:56 +0000 |
commit | 3ca19b6ba523f237f7163eab6a0b9afb46de207a (patch) | |
tree | 6370566701a98df1b3f07da717ae5098cfaeebac | |
parent | 5374c3fabbc53e567c55cb9546e705b49791a1c7 (diff) | |
download | scintilla-mirror-3ca19b6ba523f237f7163eab6a0b9afb46de207a.tar.gz |
Made method signature compatible with text form XPMs.
-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) { |