diff options
Diffstat (limited to 'third_party/agg23/agg_vcgen_dash.cpp')
-rw-r--r-- | third_party/agg23/agg_vcgen_dash.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/agg23/agg_vcgen_dash.cpp b/third_party/agg23/agg_vcgen_dash.cpp index cfeab0764e..74fd901181 100644 --- a/third_party/agg23/agg_vcgen_dash.cpp +++ b/third_party/agg23/agg_vcgen_dash.cpp @@ -55,7 +55,7 @@ void vcgen_dash::add_dash(float dash_len, float gap_len) void vcgen_dash::dash_start(float ds) { m_dash_start = ds; - calc_dash_start(FXSYS_fabs(ds)); + calc_dash_start(fabs(ds)); } void vcgen_dash::calc_dash_start(float ds) { |