summaryrefslogtreecommitdiff
path: root/ui/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui/util.h')
-rw-r--r--ui/util.h2
1 files changed, 1 insertions, 1 deletions
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<std::string> BINARYNINJAUIAPI getStringForGraphType(BNFunctionGraphType type);
-std::optional<BNFunctionGraphType> BINARYNINJAUIAPI getGraphTypeForString(const std::string& type);
+std::optional<BinaryNinja::FunctionViewType> BINARYNINJAUIAPI getGraphTypeForString(const std::string& type);
namespace fmt
{