fixed the typo - E_NOERR to E_ENOMEM

This commit is contained in:
hyung-hwan 2018-07-01 14:09:18 +00:00
parent 0d675358aa
commit 029407b685

View File

@ -335,7 +335,7 @@ public:
} }
catch (...) catch (...)
{ {
this->setErrorCode (E_NOERR); this->setErrorCode (E_ENOMEM);
return -1; return -1;
} }