author | Francesco Abbate <francesco.bbt@gmail.com> | 2012年07月21日 16:15:04 +0200 |
---|---|---|
committer | Francesco Abbate <francesco.bbt@gmail.com> | 2012年07月21日 16:15:04 +0200 |
commit | 109cec3a3eec162659dbe4b6bbc724bfc4d71c31 (patch) | |
tree | 792fc6531eed8461ddaca467cde0af197995444b /agg-plot/window-cpp.h | |
parent | 269afefd4af2969413e905514285b07729464b84 (diff) | |
parent | 60f4afc1da907037867b9501fd9f781948efe649 (diff) | |
download | gsl-shell-109cec3a3eec162659dbe4b6bbc724bfc4d71c31.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 73025489..53afe152 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); |