build: Make this modules stuff actually mostly work on Clang

This commit is contained in:
WerWolv
2025-02-18 00:39:53 +01:00
parent 3f119b957e
commit ccaf1e33c0
47 changed files with 119 additions and 56 deletions

View File

@@ -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;
}