From 99551bd74622bbf5c8a9dc15749140b24613e322 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Sat, 14 Feb 2004 11:15:48 +0000 Subject: const correctness! svn-id: r12874 --- common/util.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'common/util.h') diff --git a/common/util.h b/common/util.h index e05cc12c71..7d5ad4ffbc 100644 --- a/common/util.h +++ b/common/util.h @@ -81,12 +81,12 @@ public: class StackLock { OSystem::MutexRef _mutex; OSystem *_syst; - char *_mutexName; + const char *_mutexName; void lock(); void unlock(); public: - StackLock(OSystem::MutexRef mutex, OSystem *syst = 0, char *mutexName = NULL); + StackLock(OSystem::MutexRef mutex, OSystem *syst = 0, const char *mutexName = NULL); ~StackLock(); }; -- cgit v1.2.3