MxLong Tickle() -> MxResult Tickle() (#135)

* MxLong Tickle() -> MxResult Tickle()

* Remove garbage

* Fix implementations
This commit is contained in:
Christian Semmler
2023-09-21 14:51:24 -04:00
committed by GitHub
parent 611afb7799
commit b4258da0f5
31 changed files with 31 additions and 31 deletions

View File

@@ -79,7 +79,7 @@ MxPresenter::~MxPresenter()
}
// OFFSET: LEGO1 0x100b5200
MxLong MxPresenter::Tickle()
MxResult MxPresenter::Tickle()
{
MxAutoLocker lock(&this->m_criticalSection);