Code

try to make LPE optimizations easier. example in LPE Bend
[inkscape.git] / src / sp-item-update-cns.cpp
index 44b26d45f6e2998689f774781216d08b142dbb9c..82ff0c458675d5e55790cb05e18645d1c03cb191 100644 (file)
@@ -9,7 +9,7 @@ using std::vector;
 
 void sp_item_update_cns(SPItem &item, SPDesktop const &desktop)
 {
-    vector<NR::Point> snappoints;
+    std::vector<NR::Point> snappoints;
     sp_item_snappoints(&item, true, SnapPointsIter(snappoints));
     /* TODO: Implement the ordering. */
     vector<SPGuideConstraint> found_cns;