Skip to content

Commit 7e6d55a

Browse files
committed
Fix compilation on clang
1 parent 978a15b commit 7e6d55a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

agg24/include/agg_renderer_outline_aa.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1365,7 +1365,7 @@ namespace agg
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; }
1368+
const line_profile_aa& profile() { return *m_profile; }
13691369

13701370
//---------------------------------------------------------------------
13711371
int subpixel_width() const { return m_profile->subpixel_width(); }

0 commit comments

Comments
 (0)