--- SIDPlayer/src/main_beos.cpp 2003/04/11 20:23:02 1.6 +++ SIDPlayer/src/main_beos.cpp 2004/01/12 15:15:49 1.8 @@ -1,7 +1,7 @@ /* * main_beos.cpp - SIDPlayer BeOS main program * - * SIDPlayer (C) Copyright 1996-2003 Christian Bauer + * SIDPlayer (C) Copyright 1996-2004 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 @@ -307,11 +307,11 @@ void SIDPlayer::ReadyToRun(void) * Show About window */ -void AboutWindow(void) +void AboutWindow() { BAlert *theAlert = new BAlert("", "SIDPlayer\nVersion " VERSION "\n\n" - "Copyright " B_UTF8_COPYRIGHT " 1996-2003 Christian Bauer\n" + "Copyright " B_UTF8_COPYRIGHT " 1996-2004 Christian Bauer\n" "E-mail: Christian.Bauer@uni-mainz.de\n" "http://www.uni-mainz.de/~bauec002/SPMain.html\n\n" "SIDPlayer comes with ABSOLUTELY NO\n" @@ -645,7 +645,7 @@ void PrevButton::Draw(BRect update) * Get current value of microsecond timer */ -uint64 GetTicks_usec(void) +uint64 GetTicks_usec() { return system_time(); }