summaryrefslogtreecommitdiff
path: root/ui/viewframe.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui/viewframe.h')
-rw-r--r--ui/viewframe.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/viewframe.h b/ui/viewframe.h
index c2849fbc..8abb63fa 100644
--- a/ui/viewframe.h
+++ b/ui/viewframe.h
@@ -227,6 +227,7 @@ public:
void closing();
void updateFonts();
+ void updateOffset(uint64_t offset);
void updateTheme();
void addHistoryEntry();
void back();
@@ -238,7 +239,6 @@ public:
uint64_t currentAddress, const QString& title = "Go to Address", const QString& msg = "Address:");
void setCurrentFunction(FunctionRef func);
- void updateFeatureMapLocation(View* view);
void updateCrossReferences();
void showCrossReferences();
void nextCrossReference();