mirror of
https://github.com/isledecomp/isle.git
synced 2024-11-22 15:48:09 -05:00
match MxAutoLocker ctor/dtor (#52)
This commit is contained in:
parent
0b47f3fff3
commit
4db49fe6a6
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ class MxAutoLocker
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
MxAutoLocker(MxCriticalSection* cs);
|
MxAutoLocker(MxCriticalSection* cs);
|
||||||
virtual ~MxAutoLocker();
|
~MxAutoLocker();
|
||||||
private:
|
private:
|
||||||
MxCriticalSection* m_criticalSection;
|
MxCriticalSection* m_criticalSection;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue