Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7c72db9

Browse files
committed
Merge pull request #713 from mdboom/clang-fixes
Clang fixes
2 parents 01627ce + 3b0f595 commit 7c72db9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

agg24/include/agg_renderer_outline_aa.h

Lines changed: 1 addition & 1 deletion
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)