summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ui/linearview.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/linearview.h b/ui/linearview.h
index 8523f1e2..0eb1f203 100644
--- a/ui/linearview.h
+++ b/ui/linearview.h
@@ -394,6 +394,7 @@ private Q_SLOTS:
void makeFloat64();
void toggleFloatSize();
void makePtr();
+ bool canMakeString(size_t charSize);
void makeString(size_t charSize = 1);
void changeType(const UIActionContext& context);
void undefineInRange();