--- Frodo4/Src/Display_Acorn.h 2005/06/27 19:55:48 1.4 +++ Frodo4/Src/Display_Acorn.h 2009/01/11 11:32:38 1.5 @@ -2,7 +2,7 @@ * Display_Acorn.h - C64 graphics display, emulator window handling, * RISC OS specific stuff * - * Frodo (C) 1994-1997,2002-2005 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 @@ -431,7 +431,7 @@ bool C64Display::CheckForUnpause(bool Ch // Requester dialogue box -long ShowRequester(char *str, char *button1, char *button2) +long ShowRequester(const char *str, const char *button1, const char *button2) { _kernel_oserror myerr;