Use filename.

This commit is contained in:
Steve Checkoway
2006-10-16 10:34:20 +00:00
parent a19dad4716
commit 22720e8338
+1 -1
View File
@@ -122,7 +122,7 @@ public:
void Unlock();
};
#define LockMut(m) LockMutex UNIQUE_NAME(LocalLock) (m, __FUNCTION__, __LINE__)
#define LockMut(m) LockMutex UNIQUE_NAME(LocalLock) (m, __FILE__, __LINE__)
class EventImpl;
class RageEvent: public RageMutex