mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 01:39:30 +00:00
[ATL]
- Ettl Martin: Make CComCriticalSection destructor virtual. See issue #4975 for more details. svn path=/trunk/; revision=49840
This commit is contained in:
parent
205fe71c5d
commit
5afe6c4f39
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ public:
|
||||||
memset(&m_sec, 0, sizeof(CRITICAL_SECTION));
|
memset(&m_sec, 0, sizeof(CRITICAL_SECTION));
|
||||||
}
|
}
|
||||||
|
|
||||||
~CComCriticalSection()
|
virtual ~CComCriticalSection()
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue