Code

Translations. French translation minor update.
[inkscape.git] / src / satisfied-guide-cns.h
index 99229f64c9aafc084c39d888b62ac2ecd0dc7725..57803daf4080857af06636bcb1545bac9ea77a33 100644 (file)
@@ -9,7 +9,7 @@
 class SPGuideConstraint;
 
 void satisfied_guide_cns(SPDesktop const &desktop,
-                         SnapPointsWithType const &snappoints,
+                         std::vector<Inkscape::SnapCandidatePoint> const &snappoints,
                          std::vector<SPGuideConstraint> &cns);
 
 
@@ -24,4 +24,4 @@ void satisfied_guide_cns(SPDesktop const &desktop,
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :