mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +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;
|
return pNewData;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
protected:
|
||||||
static void ThrowMemoryException()
|
static void ThrowMemoryException()
|
||||||
{
|
{
|
||||||
AtlThrow(E_OUTOFMEMORY);
|
AtlThrow(E_OUTOFMEMORY);
|
||||||
|
@ -618,7 +618,6 @@ private:
|
||||||
{
|
{
|
||||||
AtlThrow(E_INVALIDARG);
|
AtlThrow(E_INVALIDARG);
|
||||||
}
|
}
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
#ifdef UNICODE
|
#ifdef UNICODE
|
||||||
|
|
Loading…
Reference in a new issue