summaryrefslogtreecommitdiffstats
path: root/thirdparty/msdfgen/core/contour-combiners.h
diff options
context:
space:
mode:
Diffstat (limited to 'thirdparty/msdfgen/core/contour-combiners.h')
-rw-r--r--thirdparty/msdfgen/core/contour-combiners.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/thirdparty/msdfgen/core/contour-combiners.h b/thirdparty/msdfgen/core/contour-combiners.h
index 944b119aba..04dbc34230 100644
--- a/thirdparty/msdfgen/core/contour-combiners.h
+++ b/thirdparty/msdfgen/core/contour-combiners.h
@@ -16,7 +16,7 @@ public:
explicit SimpleContourCombiner(const Shape &shape);
void reset(const Point2 &p);
- EdgeSelector & edgeSelector(int i);
+ EdgeSelector &edgeSelector(int i);
DistanceType distance() const;
private:
@@ -34,7 +34,7 @@ public:
explicit OverlappingContourCombiner(const Shape &shape);
void reset(const Point2 &p);
- EdgeSelector & edgeSelector(int i);
+ EdgeSelector &edgeSelector(int i);
DistanceType distance() const;
private: