Code

Next steps in implementing the snapping indicator
[inkscape.git] / src / display / snap-indicator.h
index 1e93e36df090671d2de1dc5c878e173a3dd72f65..1d291bcdf62265877049489a70c7fe7da8f1926f 100644 (file)
@@ -28,10 +28,10 @@ public:
 
     void set_new_snappoint(Inkscape::SnappedPoint const p);
     void remove_snappoint();
-
+    
 protected:
-    TemporaryItem * tempitem;
-    SPDesktop *desktop;
+    TemporaryItem *_tempitem;
+    SPDesktop *_desktop;
 
 private:
     SnapIndicator(const SnapIndicator&);