diff options
| author | Brian Potchik <brian@vector35.com> | 2020-12-23 23:42:40 -0500 |
|---|---|---|
| committer | Brian Potchik <brian@vector35.com> | 2020-12-23 23:42:40 -0500 |
| commit | fd3764d12e880aceec30ee00efbd7ebe6925f0e1 (patch) | |
| tree | faa1373dc72c53c84e77b0cff3f07c5ca90d0e33 /ui/disassemblyview.h | |
| parent | d27bf51d4b7c2170d00dca7cce97c7526c866868 (diff) | |
Add ViewLocation navigation API.
Diffstat (limited to 'ui/disassemblyview.h')
| -rw-r--r-- | ui/disassemblyview.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/disassemblyview.h b/ui/disassemblyview.h index 8066c056..5b772868 100644 --- a/ui/disassemblyview.h +++ b/ui/disassemblyview.h @@ -40,7 +40,7 @@ public: virtual bool navigate(uint64_t pos) override; virtual bool navigateToFunction(FunctionRef func, uint64_t pos) override; - virtual bool navigateToFunctionIndex(FunctionRef func, size_t index) override; + virtual bool navigateToViewLocation(const ViewLocation& viewLocation) override; virtual HistoryEntry* getHistoryEntry() override; virtual void navigateToHistoryEntry(HistoryEntry* entry) override; |
