aboutsummaryrefslogtreecommitdiff
path: root/common/EventRecorder.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/EventRecorder.h')
-rw-r--r--common/EventRecorder.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/EventRecorder.h b/common/EventRecorder.h
index 29bcf8e321..8377d9e8bd 100644
--- a/common/EventRecorder.h
+++ b/common/EventRecorder.h
@@ -51,7 +51,7 @@ public:
void deinit();
/** Register random source so it can be serialized in game test purposes */
- void registerRandomSource(RandomSource &rnd, const char *name);
+ void registerRandomSource(RandomSource &rnd, const String &name);
/** TODO: Add documentation, this is only used by the backend */
void processMillis(uint32 &millis);