aboutsummaryrefslogtreecommitdiffhomepage
path: root/win32/PlatWin.cxx
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2003-01-03 02:47:56 +0000
committernyamatongwe <devnull@localhost>2003-01-03 02:47:56 +0000
commitc0da3a7652f91fd3dc0c353ae587bf610635bbb0 (patch)
tree6370566701a98df1b3f07da717ae5098cfaeebac /win32/PlatWin.cxx
parent042edf4a5c23061562badc91b5e1561f14427a67 (diff)
downloadscintilla-mirror-c0da3a7652f91fd3dc0c353ae587bf610635bbb0.tar.gz
Made method signature compatible with text form XPMs.
Diffstat (limited to 'win32/PlatWin.cxx')
-rw-r--r--win32/PlatWin.cxx2
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) {