From 2f5eb047d9e05be5e68549ef6b75070d2faa7d2f Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Sat, 11 Oct 2008 11:16:23 -0400 Subject: Merging from trunk (bzr r6884) --- src/sp-item-update-cns.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/sp-item-update-cns.cpp') diff --git a/src/sp-item-update-cns.cpp b/src/sp-item-update-cns.cpp index 82ff0c458..55846f4b7 100644 --- a/src/sp-item-update-cns.cpp +++ b/src/sp-item-update-cns.cpp @@ -9,7 +9,7 @@ using std::vector; void sp_item_update_cns(SPItem &item, SPDesktop const &desktop) { - std::vector snappoints; + std::vector snappoints; sp_item_snappoints(&item, true, SnapPointsIter(snappoints)); /* TODO: Implement the ordering. */ vector found_cns; -- cgit v1.2.3