summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ui/hexeditor.h2
-rw-r--r--ui/linearview.h2
2 files changed, 2 insertions, 2 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);
diff --git a/ui/linearview.h b/ui/linearview.h
index a8a85663..2ac54d1b 100644
--- a/ui/linearview.h
+++ b/ui/linearview.h
@@ -223,7 +223,7 @@ private Q_SLOTS:
void setUserVariableValue();
void clearUserVariableValue();
void createFunc();
- void createFuncWithPlatform(PlatformRef platform);
+ void createFuncWithPlatform(PlatformRef platform, bool autoSelect = false);
void defineFuncName();
void undefineFunc();
void reanalyze();