diff options
Diffstat (limited to 'src/OffscreenView.h')
-rw-r--r-- | src/OffscreenView.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/OffscreenView.h b/src/OffscreenView.h index bb1cee5..8a3daaf 100644 --- a/src/OffscreenView.h +++ b/src/OffscreenView.h @@ -22,7 +22,7 @@ public: // overrides bool save(const char *filename); - std::string getRendererInfo() const; + std::string getRendererInfo() const; #ifdef ENABLE_OPENCSG void display_opencsg_warning(); #endif |