--- Frodo4/Src/Display_Amiga.h 2005/06/27 19:55:48 1.5 +++ Frodo4/Src/Display_Amiga.h 2009/01/11 11:32:38 1.6 @@ -2,7 +2,7 @@ * Display_Amiga.h - C64 graphics display, emulator window handling, * Amiga 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 @@ -620,7 +620,7 @@ void C64Display::InitColors(UBYTE *color * Show a requester */ -long ShowRequester(char *str, char *button1, char *button2) +long ShowRequester(const char *str, const char *button1, const char *button2) { struct EasyStruct es; char gads[256];