--- Frodo4/Src/Display_Be.h 2003/07/09 17:01:12 1.5 +++ Frodo4/Src/Display_Be.h 2009/01/11 11:32:38 1.8 @@ -2,7 +2,7 @@ * Display_Be.h - C64 graphics display, emulator window handling, * Be specific stuff * - * Frodo (C) 1994-1997,2002-2003 Christian Bauer + * Frodo (C) 1994-1997,2002-2009 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -1172,7 +1172,7 @@ void LEDView::Pulse(void) * Show a requester */ -long ShowRequester(char *str, char *button1, char *button2) +long ShowRequester(const char *str, const char *button1, const char *button2) { BAlert *the_alert;