diff options
Diffstat (limited to 'ui/linearview.h')
| -rw-r--r-- | ui/linearview.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/linearview.h b/ui/linearview.h index 46addd4f..2c9c5fcc 100644 --- a/ui/linearview.h +++ b/ui/linearview.h @@ -144,6 +144,7 @@ class BINARYNINJAUIAPI LinearView: public QAbstractScrollArea, public View, publ void updateCache(); void refreshAtCurrentLocation(); bool navigateToAddress(uint64_t addr, bool center, bool updateHighlight, bool navByRef = false); + bool navigateToGotoLabel(uint64_t label); void scrollLines(int count); |
