aboutsummaryrefslogtreecommitdiff
path: root/system.h
diff options
context:
space:
mode:
authorMax Horn2002-05-14 19:38:28 +0000
committerMax Horn2002-05-14 19:38:28 +0000
commitcaf961bfcbf207763c3d69a23d0171784088f1fb (patch)
treee266d64358b402ed85cb018f8509172f0e739fdc /system.h
parentfe4230bcbf317c2ac039b25c1421b383219e8c9e (diff)
downloadscummvm-rg350-caf961bfcbf207763c3d69a23d0171784088f1fb.tar.gz
scummvm-rg350-caf961bfcbf207763c3d69a23d0171784088f1fb.tar.bz2
scummvm-rg350-caf961bfcbf207763c3d69a23d0171784088f1fb.zip
fixed compilation on more strict compilers
svn-id: r4320
Diffstat (limited to 'system.h')
-rw-r--r--system.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/system.h b/system.h
index 59088d62e6..5a8855d1fa 100644
--- a/system.h
+++ b/system.h
@@ -137,7 +137,7 @@ public:
virtual void update_cdrom() = 0;
// Add a new callback timer
- virtual void set_timer(int timer, void* callback) = 0;
+ virtual void set_timer(int timer, int (*callback)(int)) = 0;
// Quit
virtual void quit() = 0;