diff options
Diffstat (limited to 'binaryninjaapi.h')
| -rw-r--r-- | binaryninjaapi.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/binaryninjaapi.h b/binaryninjaapi.h index 59b4379f..c7bb0dd7 100644 --- a/binaryninjaapi.h +++ b/binaryninjaapi.h @@ -1473,7 +1473,7 @@ namespace BinaryNinja std::string GetName() const { return m_command.name; } std::string GetDescription() const { return m_command.description; } - bool IsValid(const PluginCommandContext& ctxt); - void Execute(const PluginCommandContext& ctxt); + bool IsValid(const PluginCommandContext& ctxt) const; + void Execute(const PluginCommandContext& ctxt) const; }; } |
