XEmacs 21.2.29 "Hestia".
[chise/xemacs-chise.git.1] / src / balloon_help.h
index 4498ab1..d36bef7 100644 (file)
@@ -29,7 +29,7 @@ void balloon_help_create (Display* dpy,
                          Pixel fg, Pixel bg, Pixel shine, Pixel shadow,
                          XFontStruct* font);
 void balloon_help_set_delay (unsigned long milliseconds);
-void balloon_help_show (CONST char* text);
+void balloon_help_show (const char* text);
 void balloon_help_hide (void);
 void balloon_help_move_to_pointer (void);