Code

Warning cleanup
[inkscape.git] / src / xml / simple-document.h
index ab563139d750259bba4e7d8b4ee00e09cadf01ff..17e283f2a4ed0b5571770e3e363e32bba65522d7 100644 (file)
@@ -73,9 +73,9 @@ protected:
         _initBindings();
     }
 
-    SimpleNode *_duplicate(Document* doc) const 
-    { 
-        return new SimpleDocument(*this); 
+    SimpleNode *_duplicate(Document* /*doc*/) const
+    {
+        return new SimpleDocument(*this);
     }
 
 private: