--- SIDPlayer/src/main_beos.cpp 2003/04/11 20:23:02 1.6 +++ SIDPlayer/src/main_beos.cpp 2003/10/21 16:56:19 1.7 @@ -307,7 +307,7 @@ void SIDPlayer::ReadyToRun(void) * Show About window */ -void AboutWindow(void) +void AboutWindow() { BAlert *theAlert = new BAlert("", "SIDPlayer\nVersion " VERSION "\n\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(); }