Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-gnome
Path: blob/main/graphics/agg/files/patch-include__agg_renderer_outline_aa.h
16124 views
1
--- include/agg_renderer_outline_aa.h.orig 2006-10-09 13:07:08.000000000 +0900
2
+++ include/agg_renderer_outline_aa.h 2012-10-13 05:25:48.000000000 +0900
3
@@ -1375,7 +1375,7 @@
4
//---------------------------------------------------------------------
5
void profile(const 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