mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-04-01 21:17:44 -05:00
build: Make this modules stuff actually mostly work on Clang
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
#include <hex/providers/undo_redo/stack.hpp>
|
||||
#include <hex/providers/undo_redo/operations/operation_group.hpp>
|
||||
#include <hex/api/events/events_interaction.hpp>
|
||||
|
||||
#include <hex/providers/provider.hpp>
|
||||
|
||||
@@ -122,6 +123,8 @@ namespace hex::prv::undo {
|
||||
// Do the operation
|
||||
this->getLastOperation()->redo(m_provider);
|
||||
|
||||
EventDataChanged::post(m_provider);
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user