summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFridrich Štrba <fridrich.strba@bluewin.ch>2012-06-12 14:33:41 +0200
committerFridrich Štrba <fridrich.strba@bluewin.ch>2012-06-12 14:33:41 +0200
commit1a27c17d4c758ee672360aba0b5a05d54b3d9c41 (patch)
treea948819afa089c14e0d299363b05b9654fc94651
parent943c45de562d5a7faa70c766ae5ae5b2adb86df2 (diff)
And make it even compile
-rw-r--r--src/lib/VSDXContentCollector.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/VSDXContentCollector.cpp b/src/lib/VSDXContentCollector.cpp
index 6acc4f1..e221dec 100644
--- a/src/lib/VSDXContentCollector.cpp
+++ b/src/lib/VSDXContentCollector.cpp
@@ -1432,6 +1432,7 @@ void libvisio::VSDXContentCollector::collectNURBSTo(unsigned /* id */, unsigned
{
double tmpBack = knotVector.back();
knotVector.push_back(tmpBack);
+ }
// Convert control points to static co-ordinates
for (std::vector<std::pair<double, double> >::iterator it = controlPoints.begin();