Code

Warning cleanup.
[inkscape.git] / src / sp-conn-end-pair.h
index 9807b4f149093bc5ad9835b44539251306e9d573..9b9e181db9b3dfc359bc6d0e81643945c1c059fc 100644 (file)
@@ -37,7 +37,7 @@ public:
     void setAttr(unsigned const key, gchar const *const value);
     void writeRepr(Inkscape::XML::Node *const repr) const;
     void getAttachedItems(SPItem *[2]) const;
-    void getEndpoints(NR::Point endPts[]) const;
+    void getEndpoints(Geom::Point endPts[]) const;
     void reroutePath(void);
     void makePathInvalid(void);
     void update(void);
@@ -64,6 +64,8 @@ private:
     
     // A sigc connection for transformed signal.
     sigc::connection _transformed_connection;
+    
+    void storeIds(void);
 };