8000 Merge pull request #713 from mdboom/clang-fixes · matplotlib/matplotlib@7c72db9 · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

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)
0