1
0
mirror of synced 2025-01-19 01:24:15 +01:00

fix: Compile error because of prematurely committed change

This commit is contained in:
WerWolv 2022-02-21 13:52:13 +01:00
parent a9a538cec8
commit 27c2c4dc33

View File

@ -672,7 +672,7 @@ namespace hex::plugin::builtin {
}
if (result) {
ImHexApi::HexEditor::invalidateHighlight();
EventManager::post<EventHighlightingChanged>();
}
this->m_runningEvaluators--;