Changed mutex reference to a mutex pointer to avoid problems with wrappers
This commit is contained in:
@@ -164,7 +164,7 @@ public:
|
||||
typedef OpenThreads::Mutex FontMutex;
|
||||
|
||||
/** Get the mutex that enables the serialization of calls to this font.*/
|
||||
FontMutex& getSerializeFontCallsMutex() const { return _serializeFontCallsMutex; }
|
||||
FontMutex* getSerializeFontCallsMutex() const { return &_serializeFontCallsMutex; }
|
||||
|
||||
protected:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user