aboutsummaryrefslogtreecommitdiff
path: root/engines/testbed/misc.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/testbed/misc.h')
-rw-r--r--engines/testbed/misc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/testbed/misc.h b/engines/testbed/misc.h
index 415fe82903..3f0772c6e5 100644
--- a/engines/testbed/misc.h
+++ b/engines/testbed/misc.h
@@ -40,7 +40,7 @@ namespace MiscTests {
// Miscellaneous tests include testing datetime, timers and mutexes
// Helper functions for Misc tests
-Common::String getHumanReadableFormat(TimeDate &td);
+Common::String getHumanReadableFormat(const TimeDate &td);
void timerCallback(void *arg);
void criticalSection(void *arg);