Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 01627ce + 3b0f595 commit 7c72db9Copy full SHA for 7c72db9
agg24/include/agg_renderer_outline_aa.h
@@ -1365,7 +1365,7 @@ namespace agg
1365
//---------------------------------------------------------------------
1366
void profile(const line_profile_aa& prof) { m_profile = &prof; }
1367
const line_profile_aa& profile() const { return *m_profile; }
1368
- line_profile_aa& profile() { return *m_profile; }
+ const line_profile_aa& profile() { return *m_profile; }
1369
1370
1371
int subpixel_width() const { return m_profile->subpixel_width(); }
0 commit comments