Code

New crosshairs cursor for geometry context
[inkscape.git] / src / trace / trace.h
index 02290436ad7a96e49da27a36880394ce6fdb2c2d..2c9922e1069ec7b4841d0b063bf8908ddf5c696d 100644 (file)
@@ -1,11 +1,11 @@
-/*
+/**
  * A generic interface for plugging different
  *  autotracers into Inkscape.
  *
  * Authors:
  *   Bob Jamison <rjamison@titan.com>
  *
- * Copyright (C) 2004 Bob Jamison
+ * Copyright (C) 2004-2006 Bob Jamison
  *
  * Released under GNU GPL, read the file 'COPYING' for more information
  */
@@ -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; }