author | Francesco Abbate <francesco.bbt@gmail.com> | 2011年12月18日 17:01:37 +0100 |
---|---|---|
committer | Francesco Abbate <francesco.bbt@gmail.com> | 2011年12月18日 17:01:37 +0100 |
commit | 5f093983d4e62111c97436bbb2ce7bf433d1fe7b (patch) | |
tree | 97f2f5d7579c0e0d0de0e28fe87bc814593ee892 /agg-plot/trans.h | |
parent | ee563973094a8235631d5208bd672f8cbbe15fdc (diff) | |
download | gsl-shell-5f093983d4e62111c97436bbb2ce7bf433d1fe7b.tar.gz |
-rw-r--r-- | agg-plot/trans.h | 1 |
diff --git a/agg-plot/trans.h b/agg-plot/trans.h index c7585c67..340659f7 100644 --- a/agg-plot/trans.h +++ b/agg-plot/trans.h @@ -21,6 +21,7 @@ struct trans { typedef sg_object_scaling<manage_owner> scaling; + typedef sg_object_scaling<manage_not_owner> scaling_a; typedef agg::conv_stroke<sg_object> conv_stroke; |