Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-kde
Path: blob/main/graphics/agg/files/patch-include__agg_renderer_outline_aa.h
16462 views
1
--- include/agg_renderer_outline_aa.h.orig 2023-08-21 15:51:12 UTC
2
+++ include/agg_renderer_outline_aa.h
3
@@ -1366,7 +1366,7 @@ namespace agg
4
//---------------------------------------------------------------------
5
void profile(line_profile_aa& prof) { m_profile = &prof; }
6
const line_profile_aa& profile() const { return *m_profile; }
7
- line_profile_aa& profile() { return *m_profile; }
8
+ const line_profile_aa& profile() { return *m_profile; }
9
10
//---------------------------------------------------------------------
11
int subpixel_width() const { return m_profile->subpixel_width(); }
12
13