Code

change API: separate functions creating a blur filter, one for a given item, another...
[inkscape.git] / src / dom / uri.h
index a89f4ae7bf512d280ae9b847a8b4e9425e36bb14..8bc7df6dac09e74e53374ec8280eaf979931f973 100644 (file)
@@ -87,7 +87,7 @@ public:
     /**
      *  Assignment
      */
-    URI &URI::operator=(const URI &other);
+    URI &operator=(const URI &other);
 
     /**
      *
@@ -135,6 +135,11 @@ public:
      */
     virtual DOMString getPath() const;
 
+    /**
+     *
+     */
+    virtual DOMString getNativePath() const;
+
     /**
      *
      */