summaryrefslogtreecommitdiff
path: root/ui/viewframe.h
diff options
context:
space:
mode:
authorBrian Potchik <brian@vector35.com>2020-03-11 13:44:20 -0400
committerBrian Potchik <brian@vector35.com>2020-03-11 13:44:20 -0400
commitbf343d1fca2e9cd577489b36eac375715be1f07a (patch)
tree914d0f7dfb9a4e672eef647ee8b005e8113e28bd /ui/viewframe.h
parent834230580f58e826d91be2b871a56fef289a9a63 (diff)
Set default start address in rebase dialog.
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 a4c3940d..1a1c0398 100644
--- a/ui/viewframe.h
+++ b/ui/viewframe.h
@@ -238,7 +238,7 @@ public:
static bool getAddressFromString(QWidget* parent, BinaryViewRef data, uint64_t& offset,
uint64_t currentAddress, const QString& addrStr, std::string& errorString);
static bool getAddressFromInput(QWidget* parent, BinaryViewRef data, uint64_t& offset,
- uint64_t currentAddress, const QString& title = "Go to Address", const QString& msg = "Address:");
+ uint64_t currentAddress, const QString& title = "Go to Address", const QString& msg = "Address:", bool defaultToCurrent = false);
void setCurrentFunction(FunctionRef func);
void updateCrossReferences();