summaryrefslogtreecommitdiff
path: root/src/OffscreenView.h
diff options
context:
space:
mode:
authordon bright <hugh.m.bright@gmail.com>2013-02-27 06:37:37 (GMT)
committerdon bright <hugh.m.bright@gmail.com>2013-02-27 06:37:37 (GMT)
commit13b0fe4b3f8e0367f02a982deb5be695ccd00c80 (patch)
treef834a15d8ed4d37f23882ff60a2e2c08ea4f53f2 /src/OffscreenView.h
parentc84b0d21842cbd09a46c80e23a2f1a3fc2a04592 (diff)
rework Camera using boost::variant. first working --gimbalcam version
Diffstat (limited to 'src/OffscreenView.h')
-rw-r--r--src/OffscreenView.h2
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
contact: Jan Huwald // Impressum