summaryrefslogtreecommitdiff
path: root/ui/typeview.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui/typeview.h')
-rw-r--r--ui/typeview.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/typeview.h b/ui/typeview.h
index 512e2635..c5631a23 100644
--- a/ui/typeview.h
+++ b/ui/typeview.h
@@ -263,7 +263,7 @@ private Q_SLOTS:
void makeInt32();
void makeInt64();
void makePtr();
- void makeString();
+ void makeString(size_t charSize = 1);
void makeArray();
void newTypes();
void createStructure();