summaryrefslogtreecommitdiff
path: root/ui/typeeditor.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui/typeeditor.h')
-rw-r--r--ui/typeeditor.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ui/typeeditor.h b/ui/typeeditor.h
index 12243806..600c51ab 100644
--- a/ui/typeeditor.h
+++ b/ui/typeeditor.h
@@ -107,6 +107,8 @@ public:
void undefineMembers();
bool canAppendField();
void appendField();
+ bool canCreateStructureMemberAtOffset();
+ void createStructureMemberAtOffset();
bool canCreateArray();
void createArray();
bool canChangeType();