diff options
author | don bright <hugh.m.bright@gmail.com> | 2013-02-27 06:37:37 (GMT) |
---|---|---|
committer | don bright <hugh.m.bright@gmail.com> | 2013-02-27 06:37:37 (GMT) |
commit | 13b0fe4b3f8e0367f02a982deb5be695ccd00c80 (patch) | |
tree | f834a15d8ed4d37f23882ff60a2e2c08ea4f53f2 /src/OffscreenView.h | |
parent | c84b0d21842cbd09a46c80e23a2f1a3fc2a04592 (diff) |
rework Camera using boost::variant. first working --gimbalcam version
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 |