fixed the typo - E_NOERR to E_ENOMEM
This commit is contained in:
parent
0d675358aa
commit
029407b685
@ -335,7 +335,7 @@ public:
|
||||
}
|
||||
catch (...)
|
||||
{
|
||||
this->setErrorCode (E_NOERR);
|
||||
this->setErrorCode (E_ENOMEM);
|
||||
return -1;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user