diff options
author | don bright <hugh.m.bright@gmail.com> | 2013-02-24 01:19:33 (GMT) |
---|---|---|
committer | don bright <hugh.m.bright@gmail.com> | 2013-02-24 01:19:33 (GMT) |
commit | bebc7a37344b3b831e5ff9540e85a6c389901b77 (patch) | |
tree | b00b0598aff48ddb1f6f98ed3a2de99165e65a2c /src/OffscreenView.cc | |
parent | 0f977609b40d5a6b6b5237060198e6dd97df06c5 (diff) |
finish unify camera. unify getRenderInfo. fix width on libraryinfo box.
Diffstat (limited to 'src/OffscreenView.cc')
-rw-r--r-- | src/OffscreenView.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/OffscreenView.cc b/src/OffscreenView.cc index 0604ba4..837252f 100644 --- a/src/OffscreenView.cc +++ b/src/OffscreenView.cc @@ -155,7 +155,7 @@ bool OffscreenView::save(std::ostream &output) return save_framebuffer(this->ctx, output); } -std::string OffscreenView::getRendererInfo() +std::string OffscreenView::getRendererInfo() const { std::stringstream out; |