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 d1a9b48182..1ca01224e5 100644
--- a/engines/testbed/misc.h
+++ b/engines/testbed/misc.h
@@ -43,7 +43,7 @@ namespace MiscTests {
// Miscellaneous tests include testing datetime, timers and mutexes
// Helper functions for Misc tests
-void getHumanReadableFormat(TimeDate &td, Common::String &date);
+Common::String getHumanReadableFormat(TimeDate &td);
void timerCallback(void *arg);
void criticalSection(void *arg);