diff options
| author | nyamatongwe <unknown> | 2003-01-03 02:45:30 +0000 | 
|---|---|---|
| committer | nyamatongwe <unknown> | 2003-01-03 02:45:30 +0000 | 
| commit | 5374c3fabbc53e567c55cb9546e705b49791a1c7 (patch) | |
| tree | d3c8c057328f8cbba002e33559f9f608a3bb9fdc /include/Platform.h | |
| parent | 4ccb201634926f148ead6154e25b6ebeceb442ab (diff) | |
| download | scintilla-mirror-5374c3fabbc53e567c55cb9546e705b49791a1c7.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.h | 2 | 
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; | 
