mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 08:25:03 +00:00
[SDK][ATL] Make ThrowMemoryException protected
This commit is contained in:
parent
eaa3692f7d
commit
4c0426ec44
1 changed files with 1 additions and 2 deletions
|
@ -608,7 +608,7 @@ private:
|
|||
return pNewData;
|
||||
}
|
||||
|
||||
|
||||
protected:
|
||||
static void ThrowMemoryException()
|
||||
{
|
||||
AtlThrow(E_OUTOFMEMORY);
|
||||
|
@ -618,7 +618,6 @@ private:
|
|||
{
|
||||
AtlThrow(E_INVALIDARG);
|
||||
}
|
||||
|
||||
};
|
||||
|
||||
#ifdef UNICODE
|
||||
|
|
Loading…
Reference in a new issue