mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-04-01 21:17:44 -05:00
Improved events API
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
namespace hex {
|
||||
|
||||
ViewInformation::ViewInformation() : View("Information") {
|
||||
View::subscribeEvent(Events::DataChanged, [this](const void*) {
|
||||
View::subscribeEvent(Events::DataChanged, [this](auto) {
|
||||
this->m_dataValid = false;
|
||||
this->m_highestBlockEntropy = 0;
|
||||
this->m_blockEntropy.clear();
|
||||
|
||||
Reference in New Issue
Block a user