diff options
author | don bright <hugh.m.bright@gmail.com> | 2013-02-21 11:49:19 (GMT) |
---|---|---|
committer | don bright <hugh.m.bright@gmail.com> | 2013-02-21 11:49:19 (GMT) |
commit | 88c071c5ed526be1e19fe8bdda79605ef642844d (patch) | |
tree | 0455131a8a41db50a688a65e78b72fd4f8435445 /src/OffscreenView.cc | |
parent | e3ecf26d45afd3511634a7e5d9e0e569c038f915 (diff) |
re-simplify library info window. start to unify glview.save()
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 6f9b2da..bc1b97c 100644 --- a/src/OffscreenView.cc +++ b/src/OffscreenView.cc @@ -147,7 +147,7 @@ bool OffscreenView::save(std::ostream &output) return save_framebuffer(this->ctx, output); } -const std::string &OffscreenView::getRendererInfo() +std::string OffscreenView::getRendererInfo() { std::stringstream out; |