author | Francesco Abbate <francesco.bbt@gmail.com> | 2011年12月20日 14:30:02 +0100 |
---|---|---|
committer | Francesco Abbate <francesco.bbt@gmail.com> | 2011年12月21日 09:24:17 +0100 |
commit | 751dcf17daffe9c66d4f5227014a80790bd6ac84 (patch) | |
tree | 0ce1318510e1fb2b5f2e1fd26aed76589cb1d946 /agg-plot/plot.h | |
parent | c16aebdd99c9f0ec0639ec207d4405a983cf2149 (diff) | |
download | gsl-shell-751dcf17daffe9c66d4f5227014a80790bd6ac84.tar.gz |
-rw-r--r-- | agg-plot/plot.h | 2 |
diff --git a/agg-plot/plot.h b/agg-plot/plot.h index 50f8f4cc..df385a43 100644 --- a/agg-plot/plot.h +++ b/agg-plot/plot.h @@ -170,7 +170,7 @@ public: } }; - bool pad_mode() { return m_pad_units; }; + bool pad_mode() const { return m_pad_units; }; protected: void draw_elements(canvas_type &canvas, agg::trans_affine& m); |