-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; |