mirror of
https://github.com/isledecomp/isle.git
synced 2024-11-23 13:29:40 +00:00
match MxAutoLocker ctor/dtor (#52)
This commit is contained in:
parent
0b47f3fff3
commit
4db49fe6a6
@ -7,7 +7,7 @@ class MxAutoLocker
|
||||
{
|
||||
public:
|
||||
MxAutoLocker(MxCriticalSection* cs);
|
||||
virtual ~MxAutoLocker();
|
||||
~MxAutoLocker();
|
||||
private:
|
||||
MxCriticalSection* m_criticalSection;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user