diff options
Diffstat (limited to 'remoting/client/plugin/pepper_entrypoints.cc')
-rw-r--r-- | remoting/client/plugin/pepper_entrypoints.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/remoting/client/plugin/pepper_entrypoints.cc b/remoting/client/plugin/pepper_entrypoints.cc index 26f2d2e..2a367c2 100644 --- a/remoting/client/plugin/pepper_entrypoints.cc +++ b/remoting/client/plugin/pepper_entrypoints.cc @@ -27,7 +27,7 @@ namespace remoting { class ChromotingModule : public pp::Module { protected: - virtual ChromotingInstance* CreateInstance(PP_Instance instance) { + virtual ChromotingInstance* CreateInstance(PP_Instance instance) OVERRIDE { return new ChromotingInstance(instance); } }; |