Ticket #34033: patch-renderers-agg-include-agg_renderer_outline_aa.h.diff

File patch-renderers-agg-include-agg_renderer_outline_aa.h.diff, 647 bytes (added by jeabraham, 12 years ago)

Patch file for a bug in mapserver

  • renderers/agg/include/agg_renderer_outline_aa.h

    old new  
    13651365        //---------------------------------------------------------------------
    13661366        void profile(const line_profile_aa& prof) { m_profile = &prof; }
    13671367        const line_profile_aa& profile() const { return *m_profile; }
    1368         line_profile_aa& profile() { return *m_profile; }
    13691368
    13701369        //---------------------------------------------------------------------
    13711370        int subpixel_width() const { return m_profile->subpixel_width(); }