summaryrefslogtreecommitdiffstats
path: root/sandbox/win/src/registry_dispatcher.h
diff options
context:
space:
mode:
Diffstat (limited to 'sandbox/win/src/registry_dispatcher.h')
-rw-r--r--sandbox/win/src/registry_dispatcher.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sandbox/win/src/registry_dispatcher.h b/sandbox/win/src/registry_dispatcher.h
index 14411fa..83811a9 100644
--- a/sandbox/win/src/registry_dispatcher.h
+++ b/sandbox/win/src/registry_dispatcher.h
@@ -16,10 +16,10 @@ namespace sandbox {
class RegistryDispatcher : public Dispatcher {
public:
explicit RegistryDispatcher(PolicyBase* policy_base);
- ~RegistryDispatcher() {}
+ ~RegistryDispatcher() override {}
// Dispatcher interface.
- virtual bool SetupService(InterceptionManager* manager, int service);
+ bool SetupService(InterceptionManager* manager, int service) override;
private:
// Processes IPC requests coming from calls to NtCreateKey in the target.