author | Francesco Abbate <francesco.bbt@gmail.com> | 2012年03月29日 17:23:35 +0200 |
---|---|---|
committer | Francesco Abbate <francesco.bbt@gmail.com> | 2012年04月01日 22:57:19 +0200 |
commit | 5c80bf0af85627c0e62d0f097e9ed6679f6bed73 (patch) | |
tree | 53c88940049bef966c8994cf59f831c26061a8c2 /agg-plot/window-cpp.h | |
parent | e255825367665691584ae44755df5f2882a25c66 (diff) | |
download | gsl-shell-5c80bf0af85627c0e62d0f097e9ed6679f6bed73.tar.gz |
-rw-r--r-- | agg-plot/window-cpp.h | 3 |
diff --git a/agg-plot/window-cpp.h b/agg-plot/window-cpp.h index 02f72987..73025489 100644 --- a/agg-plot/window-cpp.h +++ b/agg-plot/window-cpp.h @@ -60,7 +60,8 @@ private: ref::node* m_tree; public: - window(agg::rgba& bgcol) : canvas_window(bgcol), m_tree(0) + window(gsl_shell_state* gs, agg::rgba bgcol= colors::white): + canvas_window(gs, bgcol), m_tree(0) { this->split("."); }; |