Updated getForwardState

Updated getForwardState
This commit is contained in:
Cleverson 2020-01-07 14:26:46 -03:00 committed by GitHub
parent 5995a655b8
commit 73f1c34120
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -198,7 +198,7 @@ void EventsMngr::ClEvent::setForwardState(ForwardState state)
ForwardState EventsMngr::ClEvent::getForwardState()
{
return this->m_State;
return m_State;
}
int EventsMngr::registerEvent(CPluginMngr::CPlugin* plugin, int func, int flags, int msgid)