diff options
Diffstat (limited to 'backends/morphos/morphos.cpp')
| -rw-r--r-- | backends/morphos/morphos.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/backends/morphos/morphos.cpp b/backends/morphos/morphos.cpp index d8c00e3d4e..a68b818295 100644 --- a/backends/morphos/morphos.cpp +++ b/backends/morphos/morphos.cpp @@ -322,9 +322,9 @@ void OSystem_MorphOS::delay_msecs(uint msecs) TimeDelay(UNIT_MICROHZ, 0, msecs*1000); } -void OSystem_MorphOS::set_timer(TimerProc callback, int timer) +void OSystem_MorphOS::setTimerCallback(TimerProc callback, int timer) { - warning("set_timer() unexpectedly called"); + warning("setTimerCallback() unexpectedly called"); } OSystem::MutexRef OSystem_MorphOS::createMutex() |
