From 22720e83384b6da3d4545b1a97d2518b5348371b Mon Sep 17 00:00:00 2001 From: Steve Checkoway Date: Mon, 16 Oct 2006 10:34:20 +0000 Subject: [PATCH] Use filename. --- stepmania/src/RageThreads.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/RageThreads.h b/stepmania/src/RageThreads.h index 6bc03a79ae..aba9dce569 100644 --- a/stepmania/src/RageThreads.h +++ b/stepmania/src/RageThreads.h @@ -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