summaryrefslogtreecommitdiffstats
path: root/thirdparty/msdfgen/core/Contour.h
diff options
context:
space:
mode:
Diffstat (limited to 'thirdparty/msdfgen/core/Contour.h')
-rw-r--r--thirdparty/msdfgen/core/Contour.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/thirdparty/msdfgen/core/Contour.h b/thirdparty/msdfgen/core/Contour.h
index f79b269582..4cae48fad7 100644
--- a/thirdparty/msdfgen/core/Contour.h
+++ b/thirdparty/msdfgen/core/Contour.h
@@ -19,7 +19,7 @@ public:
void addEdge(EdgeHolder &&edge);
#endif
/// Creates a new edge in the contour and returns its reference.
- EdgeHolder & addEdge();
+ EdgeHolder &addEdge();
/// Adjusts the bounding box to fit the contour.
void bound(double &l, double &b, double &r, double &t) const;
/// Adjusts the bounding box to fit the contour border's mitered corners.