diff options
Diffstat (limited to 'ui/tokenizedtextview.h')
| -rw-r--r-- | ui/tokenizedtextview.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ui/tokenizedtextview.h b/ui/tokenizedtextview.h index 0e6abc5e..86ec5915 100644 --- a/ui/tokenizedtextview.h +++ b/ui/tokenizedtextview.h @@ -99,8 +99,7 @@ class BINARYNINJAUIAPI TokenizedTextView : void makePtr(); void makeString(size_t charSize = 1); void changeType(); - void inferStructureType(); - void autoCreateMembers(); + void inferStructureType(const UIActionContext& context); //! Get the length of of the string (if there is one) starting at the //! given address. String type is assumed to be UTF-8 by default, but the |
