summaryrefslogtreecommitdiff
path: root/binaryninjaapi.h
diff options
context:
space:
mode:
authorPeter LaFosse <peter@vector35.com>2018-11-28 12:01:57 -0500
committerPeter LaFosse <peter@vector35.com>2018-11-28 12:01:57 -0500
commit161786fc483515615399ba990254fba8d7d42876 (patch)
tree49de2d900556f1ef792dc933fa4e7c8b6c54eb91 /binaryninjaapi.h
parentf6b36a82a9fa7428c7e136f5ef101f846fd326e8 (diff)
Fix warning, expose PluginType api
Diffstat (limited to 'binaryninjaapi.h')
-rw-r--r--binaryninjaapi.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/binaryninjaapi.h b/binaryninjaapi.h
index 80fbfe75..2fde0526 100644
--- a/binaryninjaapi.h
+++ b/binaryninjaapi.h
@@ -3739,6 +3739,7 @@ namespace BinaryNinja
std::string GetName() const { return m_command.name; }
std::string GetDescription() const { return m_command.description; }
+ BNPluginCommandType GetType() const { return m_command.type; }
bool IsValid(const PluginCommandContext& ctxt) const;
void Execute(const PluginCommandContext& ctxt) const;