From 042edf4a5c23061562badc91b5e1561f14427a67 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Fri, 3 Jan 2003 02:45:30 +0000 Subject: Enable text form XPM for autocompletion lists. Enable line form XPM for markers. --- include/Platform.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/Platform.h') 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; -- cgit v1.2.3