From 8549e48707fda26046a104eee851a4172689fcc1 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Fri, 9 Oct 2009 10:05:45 +0000 Subject: PS2: Fix warnings svn-id: r44813 --- backends/platform/ps2/systemps2.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'backends/platform/ps2/systemps2.h') diff --git a/backends/platform/ps2/systemps2.h b/backends/platform/ps2/systemps2.h index 31aa29e83f..e78f57befb 100644 --- a/backends/platform/ps2/systemps2.h +++ b/backends/platform/ps2/systemps2.h @@ -126,9 +126,9 @@ public: virtual void getTimeAndDate(TimeDate &t) const; - void timerThread(void); - void soundThread(void); - void msgPrintf(int millis, char *format, ...); + void timerThreadCallback(void); + void soundThreadCallback(void); + void msgPrintf(int millis, const char *format, ...) GCC_PRINTF(3, 4); void makeConfigPath(void); bool prepMC(); -- cgit v1.2.3