Skip to content

Commit 4b9edd0

Browse files
plafosseclaude
andcommitted
Add VariableList::updateCrossReferences declaration
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent f860e52 commit 4b9edd0

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

ui/variablelist.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,9 @@ class BINARYNINJAUIAPI VariableList : public SidebarWidget, public FilterTarget
254254
//! Copy selected variables to clipboard
255255
void copy();
256256

257+
//! Notify cross-reference panels about the current selection.
258+
void updateCrossReferences();
259+
257260
virtual void setFilter(const std::string& filter, FilterOptions options) override;
258261
virtual void scrollToFirstItem() override;
259262
virtual void scrollToCurrentItem() override;

0 commit comments

Comments
 (0)