author | Francesco Abbate <francesco.bbt@gmail.com> | 2012年07月12日 17:25:01 +0200 |
---|---|---|
committer | Francesco Abbate <francesco.bbt@gmail.com> | 2012年07月12日 17:25:01 +0200 |
commit | 9e89fa9d69a3c2a14e8037ec92caf449de4df3a6 (patch) | |
tree | 9ce352c3f6074b95cb6384c07969b528a065af15 /agg-plot/window-cpp.h | |
parent | dcb16a7faad03a06113ddcdfe9b4740a8d057e29 (diff) | |
download | gsl-shell-9e89fa9d69a3c2a14e8037ec92caf449de4df3a6.tar.gz |
-rw-r--r-- | agg-plot/window-cpp.h | 2 |
diff --git a/agg-plot/window-cpp.h b/agg-plot/window-cpp.h index f2b88f5f..db8dc6bf 100644 --- a/agg-plot/window-cpp.h +++ b/agg-plot/window-cpp.h @@ -43,7 +43,7 @@ public: ~ref() { if (layer_buf) delete layer_buf; }; void save_image (agg::rendering_buffer& winbuf, agg::rect_base<int>& r, - int bpp, bool flip_y); + int bpp, bool flip_y); static void compose(bmatrix& a, const bmatrix& b); static int calculate(node *t, const bmatrix& m, int id); |