diff options
| author | Bob Jamison <ishmalius@gmail.com> | 2006-04-22 23:02:33 +0000 |
|---|---|---|
| committer | ishmal <ishmal@users.sourceforge.net> | 2006-04-22 23:02:33 +0000 |
| commit | 0f4f266832b363b6fce3efb162adbf7455ff1335 (patch) | |
| tree | 356138aef640f59f28f9183a92ea8ff1be3165ec /src | |
| parent | Native path support (diff) | |
| download | inkscape-0f4f266832b363b6fce3efb162adbf7455ff1335.tar.gz inkscape-0f4f266832b363b6fce3efb162adbf7455ff1335.zip | |
native path support
(bzr r573)
Diffstat (limited to 'src')
| -rw-r--r-- | src/dom/uri.h | 5 |
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; /** |
