eo-cxx: Fixed return of the assignment operator.

This commit is contained in:
Savio Sena 2014-07-21 19:57:52 -03:00
parent 971589bf56
commit 82af4fb19d
1 changed files with 1 additions and 0 deletions

View File

@ -112,6 +112,7 @@ struct wref
{
_eo_wref = 0;
}
return *this;
}
private: