diff options
Diffstat (limited to 'ui')
| -rw-r--r-- | ui/typebrowser.h | 2 | ||||
| -rw-r--r-- | ui/typeeditor.h | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/ui/typebrowser.h b/ui/typebrowser.h index 6cd2ce89..e5972c73 100644 --- a/ui/typebrowser.h +++ b/ui/typebrowser.h @@ -548,6 +548,8 @@ public: void deleteTypes(); bool canChangeTypes(); void changeTypes(); + bool canCreateStructureMemberAtOffset(); + void createStructureMemberAtOffset(); bool canImportType(); void importType(); bool canImportTypeByGUID(BinaryViewRef view); 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(); |
