From: ishmal Date: Sat, 22 Apr 2006 23:02:33 +0000 (+0000) Subject: native path support X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=0714bb0d353166aec5bbfe5d4f7b71fae844d895;p=inkscape.git native path support --- diff --git a/src/dom/uri.h b/src/dom/uri.h index a89f4ae7b..2ca1bddbe 100644 --- a/src/dom/uri.h +++ b/src/dom/uri.h @@ -135,6 +135,11 @@ public: */ virtual DOMString getPath() const; + /** + * + */ + virtual DOMString getNativePath() const; + /** * */