mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-04-02 13:37:42 -05:00
fix: Modification highlighting not working correctly when provider data was moved
This commit is contained in:
@@ -9,7 +9,7 @@ namespace hex::plugin::builtin {
|
||||
class ViewPatches : public View::Window {
|
||||
public:
|
||||
explicit ViewPatches();
|
||||
~ViewPatches() override = default;
|
||||
~ViewPatches() override;
|
||||
|
||||
void drawContent() override;
|
||||
void drawAlwaysVisibleContent() override;
|
||||
|
||||
Reference in New Issue
Block a user