summaryrefslogtreecommitdiffstats
path: root/thirdparty/msdfgen/core/Contour.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'thirdparty/msdfgen/core/Contour.cpp')
-rw-r--r--thirdparty/msdfgen/core/Contour.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/thirdparty/msdfgen/core/Contour.cpp b/thirdparty/msdfgen/core/Contour.cpp
index ca80d3c55a..57293dc58b 100644
--- a/thirdparty/msdfgen/core/Contour.cpp
+++ b/thirdparty/msdfgen/core/Contour.cpp
@@ -19,7 +19,7 @@ void Contour::addEdge(EdgeHolder &&edge) {
}
#endif
-EdgeHolder & Contour::addEdge() {
+EdgeHolder &Contour::addEdge() {
edges.resize(edges.size()+1);
return edges.back();
}