Merge pull request #98 from diamante0018/develop
No need to use getter function inside class function
This commit is contained in:
commit
9382f04756
@ -58,7 +58,7 @@ namespace Utils
|
|||||||
{
|
{
|
||||||
if (this->is_valid())
|
if (this->is_valid())
|
||||||
{
|
{
|
||||||
FreeLibrary(this->getModule());
|
FreeLibrary(this->_module);
|
||||||
}
|
}
|
||||||
|
|
||||||
this->_module = nullptr;
|
this->_module = nullptr;
|
||||||
|
Loading…
Reference in New Issue
Block a user