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 b073f89..bc700f8 100644 --- a/src/OffscreenView.h +++ b/src/OffscreenView.h @@ -17,7 +17,7 @@ class OffscreenView : public GLView public: OffscreenView(size_t width, size_t height); // not ~OffscreenView(); // not - void paintGL(); // +// void paintGL(); // bool save(std::ostream &output); OffscreenContext *ctx; // not // overrides |