diff options
-rw-r--r-- | o3d/plugin/cross/o3d_glue.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/o3d/plugin/cross/o3d_glue.h b/o3d/plugin/cross/o3d_glue.h index 753bcd7..5153ecd 100644 --- a/o3d/plugin/cross/o3d_glue.h +++ b/o3d/plugin/cross/o3d_glue.h @@ -218,7 +218,7 @@ class PluginObject: public NPObject { bool scroll_is_in_progress_; bool RendererIsSoftware() {return renderer_is_software_;} - bool SetRendererIsSoftware(bool state) {renderer_is_software_ = state;} + bool SetRendererIsSoftware(bool state); bool renderer_is_software_; NPDrawingModel drawing_model_; |