No need to use getter function inside class function
This commit is contained in:
parent
04d5b0e6b5
commit
83147de048
@ -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