summaryrefslogtreecommitdiff
path: root/ui/hexeditor.h
diff options
context:
space:
mode:
authorBrian Potchik <brian@vector35.com>2020-11-21 16:58:38 -0500
committerBrian Potchik <brian@vector35.com>2020-11-21 16:58:38 -0500
commit83cc0f42bec4006cc6f8adb067748b63e93abb45 (patch)
tree0805008549b1418dde4dfb679feb148d30f4b191 /ui/hexeditor.h
parentcd538c8f8cf66099c22c0ffa8e42647861f04107 (diff)
Fix 'create function with platform' in the UI to respect the user preferred platform.
Diffstat (limited to 'ui/hexeditor.h')
-rw-r--r--ui/hexeditor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/hexeditor.h b/ui/hexeditor.h
index 00a583f6..3ebb2afe 100644
--- a/ui/hexeditor.h
+++ b/ui/hexeditor.h
@@ -189,7 +189,7 @@ Q_SIGNALS:
public Q_SLOTS:
void disassembly();
void createFunc();
- void createFuncWithPlatform(PlatformRef platform);
+ void createFuncWithPlatform(PlatformRef platform, bool autoSelect = false);
private Q_SLOTS:
void scrollBarMoved(int value);