aboutsummaryrefslogtreecommitdiff
path: root/graphics/agg
diff options
context:
space:
mode:
authorAlex Kozlov <ak@FreeBSD.org>2013-02-01 15:04:00 +0000
committerAlex Kozlov <ak@FreeBSD.org>2013-02-01 15:04:00 +0000
commit05a9235c983dfdff5c61c3e7c13a29f8d8ddd52a (patch)
tree758c70cb6bd64afa6adeaa071d49dba91d5ddd9e /graphics/agg
parent529da1f624ebb1bb70abcbb89c800c11cb6687fb (diff)
downloadports-05a9235c983dfdff5c61c3e7c13a29f8d8ddd52a.tar.gz
ports-05a9235c983dfdff5c61c3e7c13a29f8d8ddd52a.zip
Notes
Diffstat (limited to 'graphics/agg')
-rw-r--r--graphics/agg/files/patch-include__agg_renderer_outline_aa.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/agg/files/patch-include__agg_renderer_outline_aa.h b/graphics/agg/files/patch-include__agg_renderer_outline_aa.h
index 5ac3989eda58..35a87bf191f7 100644
--- a/graphics/agg/files/patch-include__agg_renderer_outline_aa.h
+++ b/graphics/agg/files/patch-include__agg_renderer_outline_aa.h
@@ -8,4 +8,4 @@
+ const line_profile_aa& profile() { return *m_profile; }
//---------------------------------------------------------------------
- int subpixel_width() const { return m_profile->subpixel_width(); } \ No newline at end of file
+ int subpixel_width() const { return m_profile->subpixel_width(); }