diff options
author | don bright <hugh.m.bright@gmail.com> | 2013-02-27 06:50:33 (GMT) |
---|---|---|
committer | don bright <hugh.m.bright@gmail.com> | 2013-02-27 06:50:33 (GMT) |
commit | 06fd9e2798f5683ae2134b0eeb75dad2574e3799 (patch) | |
tree | f53b0d631ea6239bd9d248dd242997b74b86e359 /src/OffscreenView.h | |
parent | 13b0fe4b3f8e0367f02a982deb5be695ccd00c80 (diff) |
cleanup commented-out
Diffstat (limited to 'src/OffscreenView.h')
-rw-r--r-- | src/OffscreenView.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/OffscreenView.h b/src/OffscreenView.h index bc700f8..bb1cee5 100644 --- a/src/OffscreenView.h +++ b/src/OffscreenView.h @@ -15,11 +15,11 @@ class OffscreenView : public GLView { public: - OffscreenView(size_t width, size_t height); // not - ~OffscreenView(); // not -// void paintGL(); // + OffscreenView(size_t width, size_t height); + ~OffscreenView(); bool save(std::ostream &output); - OffscreenContext *ctx; // not + OffscreenContext *ctx; + // overrides bool save(const char *filename); std::string getRendererInfo() const; |