summaryrefslogtreecommitdiffstats
path: root/ppapi/cpp/module.h
diff options
context:
space:
mode:
Diffstat (limited to 'ppapi/cpp/module.h')
-rw-r--r--ppapi/cpp/module.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ppapi/cpp/module.h b/ppapi/cpp/module.h
index 308d3ce..f3e8af7 100644
--- a/ppapi/cpp/module.h
+++ b/ppapi/cpp/module.h
@@ -35,7 +35,7 @@ class Module {
// This function will be automatically called after the object is created.
// This is where you can put functions that rely on other parts of the API,
// now that the module has been created.
- virtual bool Init() { return true; }
+ virtual bool Init();
// Returns the internal module handle.
PP_Module pp_module() const { return pp_module_; }