aboutsummaryrefslogtreecommitdiff
path: root/backends/timer/bada/timer.h
diff options
context:
space:
mode:
authorPaul Gilbert2012-10-31 09:34:38 +1100
committerPaul Gilbert2012-10-31 09:34:38 +1100
commit798ddfaab500bb212f620cf095328eee5eb140a4 (patch)
tree55b5d0b90affd88063c04b7ff62fea1616b83e80 /backends/timer/bada/timer.h
parentef663f95a516d8fe47a245653d418c047361281a (diff)
parentfdc80fd952120ecb8a4941edd4c2e404cdc5fa33 (diff)
downloadscummvm-rg350-798ddfaab500bb212f620cf095328eee5eb140a4.tar.gz
scummvm-rg350-798ddfaab500bb212f620cf095328eee5eb140a4.tar.bz2
scummvm-rg350-798ddfaab500bb212f620cf095328eee5eb140a4.zip
Merge branch 'master' into hopkins
Diffstat (limited to 'backends/timer/bada/timer.h')
-rw-r--r--backends/timer/bada/timer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/timer/bada/timer.h b/backends/timer/bada/timer.h
index f6ae4517c7..826064d7ff 100644
--- a/backends/timer/bada/timer.h
+++ b/backends/timer/bada/timer.h
@@ -51,7 +51,7 @@ public:
BadaTimerManager();
~BadaTimerManager();
- bool installTimerProc(TimerProc proc, int32 interval, void *refCon,
+ bool installTimerProc(TimerProc proc, int32 interval, void *refCon,
const Common::String &id);
void removeTimerProc(TimerProc proc);