diff options
| author | Xusheng <xusheng@vector35.com> | 2021-05-04 16:50:56 +0800 |
|---|---|---|
| committer | Xusheng <xusheng@vector35.com> | 2021-05-04 17:55:37 +0800 |
| commit | b3f6062c8c170d17582d04775ffccbf17f541a3f (patch) | |
| tree | fd0a64371c5978728a1d6659331aa753997b4a5f | |
| parent | f497758da0e8de81018b84e14ff714a45b6c2b78 (diff) | |
fix MacOS Build
| -rw-r--r-- | ui/typeview.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/typeview.h b/ui/typeview.h index bfcbf6ac..8ff01946 100644 --- a/ui/typeview.h +++ b/ui/typeview.h @@ -175,7 +175,7 @@ public: virtual std::vector<std::string> getNavigationModes() override; uint64_t findMatchingLine(const BinaryNinja::QualifiedName& name, uint64_t offset, - uint64_t& cursorOffset); + size_t& cursorOffset); bool navigateToType(const std::string& name, uint64_t offset = 0); virtual void OnTypeDefined(BinaryNinja::BinaryView* view, const BinaryNinja::QualifiedName& name, |
