Skip to content

Commit 757df27

Browse files
committed
Add placement info function to variablelist.h
1 parent 768f7c7 commit 757df27

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ui/variablelist.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ class VariableListItem
7070

7171
std::vector<BinaryNinja::InstructionTextToken> tokensBeforeName() const;
7272
std::vector<BinaryNinja::InstructionTextToken> tokensAfterName() const;
73+
void displayVariablePlacementInfo(std::vector<BinaryNinja::InstructionTextToken>& tokens) const;
7374

7475
//! Shorthand to get concatenated type, name, and value tokens.
7576
std::vector<BinaryNinja::InstructionTextToken> displayTokens() const;

0 commit comments

Comments
 (0)