From 8545938549657567771421066113647027189369 Mon Sep 17 00:00:00 2001 From: Glenn Smith Date: Mon, 6 May 2024 01:35:28 -0400 Subject: Use a flags enum for address offset display --- ui/linearview.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui/linearview.h') diff --git a/ui/linearview.h b/ui/linearview.h index b15f124e..aee26547 100644 --- a/ui/linearview.h +++ b/ui/linearview.h @@ -478,7 +478,7 @@ public: void setContrast(HexEditorHighlightContrast mode); void toggleOption(BNDisassemblyOption option); - void setAddressMode(BNDisassemblyAddressMode mode); + void setAddressMode(std::optional mode, std::optional hex, std::optional withName); void setDisplayedFileName(); virtual bool goToReference(FunctionRef func, uint64_t source, uint64_t target) override; -- cgit v1.3.1