From d8e3001e535fad178c621ff07418f81f25123dc4 Mon Sep 17 00:00:00 2001 From: Rusty Wagner Date: Thu, 22 Aug 2024 12:55:49 -0600 Subject: Allow multiple high level representations for display, add Pseudo Rust and a Pseudo Python example plugin --- ui/util.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui/util.h') diff --git a/ui/util.h b/ui/util.h index f1a68752..6e81a479 100644 --- a/ui/util.h +++ b/ui/util.h @@ -35,7 +35,7 @@ PlatformRef BINARYNINJAUIAPI getOrAskForPlatform(QWidget* parent, BinaryViewRef PlatformRef BINARYNINJAUIAPI getOrAskForPlatform(QWidget* parent, PlatformRef defaultValue); std::optional BINARYNINJAUIAPI getStringForGraphType(BNFunctionGraphType type); -std::optional BINARYNINJAUIAPI getGraphTypeForString(const std::string& type); +std::optional BINARYNINJAUIAPI getGraphTypeForString(const std::string& type); namespace fmt { -- cgit v1.3.1