Right, overdid it there.
This commit is contained in:
@@ -141,7 +141,6 @@ public:
|
|||||||
private:
|
private:
|
||||||
// Swallow up warnings. If they must be used, define them.
|
// Swallow up warnings. If they must be used, define them.
|
||||||
LockMutex& operator=(const LockMutex& rhs);
|
LockMutex& operator=(const LockMutex& rhs);
|
||||||
LockMutex(const LockMutex& rhs);
|
|
||||||
};
|
};
|
||||||
|
|
||||||
#define LockMut(m) LockMutex UNIQUE_NAME(LocalLock) (m, __FILE__, __LINE__)
|
#define LockMut(m) LockMutex UNIQUE_NAME(LocalLock) (m, __FILE__, __LINE__)
|
||||||
|
|||||||
Reference in New Issue
Block a user