aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Platform.h
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2003-01-03 02:45:30 +0000
committernyamatongwe <devnull@localhost>2003-01-03 02:45:30 +0000
commit042edf4a5c23061562badc91b5e1561f14427a67 (patch)
treed3c8c057328f8cbba002e33559f9f608a3bb9fdc /include/Platform.h
parent8e4bb194b668d64817ed4087c774febac090e256 (diff)
downloadscintilla-mirror-042edf4a5c23061562badc91b5e1561f14427a67.tar.gz
Enable text form XPM for autocompletion lists.
Enable line form XPM for markers.
Diffstat (limited to 'include/Platform.h')
-rw-r--r--include/Platform.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/Platform.h b/include/Platform.h
index 53b1dfecc..d65710e3e 100644
--- a/include/Platform.h
+++ b/include/Platform.h
@@ -401,7 +401,7 @@ public:
int Find(const char *prefix);
void GetValue(int n, char *value, int len);
void Sort();
- void SetTypeXpm(int type, const char **xpm_data);
+ void SetTypeXpm(int type, const char *xpm_data);
void SetDoubleClickAction(CallBackAction action, void *data) {
doubleClickAction = action;
doubleClickActionData = data;