diff options
Diffstat (limited to 'common/EventRecorder.h')
| -rw-r--r-- | common/EventRecorder.h | 5 | 
1 files changed, 1 insertions, 4 deletions
| diff --git a/common/EventRecorder.h b/common/EventRecorder.h index 19272c4e29..8377d9e8bd 100644 --- a/common/EventRecorder.h +++ b/common/EventRecorder.h @@ -18,9 +18,6 @@   * along with this program; if not, write to the Free Software   * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.   * - * $URL$ - * $Id$ - *   */  #ifndef COMMON_EVENTRECORDER_H @@ -54,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); | 
