Code

New crosshairs cursor for geometry context
[inkscape.git] / src / trace / trace.h
index 1341e3d464871883b69015e13af1171acbddf4db..2c9922e1069ec7b4841d0b063bf8908ddf5c696d 100644 (file)
@@ -137,7 +137,7 @@ class TracingEngine
      *  of an SVG <path> element.
      */
     virtual  std::vector<TracingEngineResult> trace(
-                           Glib::RefPtr<Gdk::Pixbuf> pixbuf)
+                           Glib::RefPtr<Gdk::Pixbuf> /*pixbuf*/)
         { std::vector<TracingEngineResult> dummy;  return dummy; }