summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorBob Jamison <ishmalius@gmail.com>2006-04-22 23:02:33 +0000
committerishmal <ishmal@users.sourceforge.net>2006-04-22 23:02:33 +0000
commit0f4f266832b363b6fce3efb162adbf7455ff1335 (patch)
tree356138aef640f59f28f9183a92ea8ff1be3165ec /src
parentNative path support (diff)
downloadinkscape-0f4f266832b363b6fce3efb162adbf7455ff1335.tar.gz
inkscape-0f4f266832b363b6fce3efb162adbf7455ff1335.zip
native path support
(bzr r573)
Diffstat (limited to 'src')
-rw-r--r--src/dom/uri.h5
1 files changed, 5 insertions, 0 deletions
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
@@ -138,6 +138,11 @@ public:
/**
*
*/
+ virtual DOMString getNativePath() const;
+
+ /**
+ *
+ */
virtual bool isAbsolute() const;
/**