diff options
Diffstat (limited to 'ui/hexeditor.h')
| -rw-r--r-- | ui/hexeditor.h | 2 |
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); |
