From afe2b869b0bc8ea2b4969163899d495d46c85fef Mon Sep 17 00:00:00 2001 From: Glenn Smith Date: Thu, 4 Nov 2021 19:58:07 -0400 Subject: Add tooltips to linear view, make generic tooltip functions --- ui/render.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui/render.h') diff --git a/ui/render.h b/ui/render.h index e23173bf..a1b55092 100644 --- a/ui/render.h +++ b/ui/render.h @@ -77,7 +77,7 @@ public: QColor getColorForHexDumpByte(const HexEditorHighlightState& state, BNModificationStatus modification, uint8_t byte); QColor getHighlightColor(BNHighlightColor color); - HighlightTokenState getTokenForDisassemblyLinePosition(size_t col, const std::vector& tokens); + HighlightTokenState getTokenForDisassemblyLinePosition(int64_t col, const std::vector& tokens); HighlightTokenState getTokenForDisassemblyTokenIndex(size_t tokenIndex, const std::vector& tokens); HighlightTokenState getHighlightTokenForTextToken(const BinaryNinja::InstructionTextToken& token); -- cgit v1.3.1