summaryrefslogtreecommitdiffstats
path: root/src/uri.h
diff options
context:
space:
mode:
authorMartin Owens <doctormo@gmail.com>2014-03-03 22:38:47 +0000
committerMartin Owens <doctormo@gmail.com>2014-03-03 22:38:47 +0000
commitbd7a0a3d7793afd623480010cfc5ae6331b73087 (patch)
tree8d8779f7a373b00cfeee8b75a461d3b471f5630d /src/uri.h
parentRemove massive list of inx and py files for extensions Makefile, use magic in... (diff)
parentMerge to trunk (diff)
downloadinkscape-bd7a0a3d7793afd623480010cfc5ae6331b73087.tar.gz
inkscape-bd7a0a3d7793afd623480010cfc5ae6331b73087.zip
Remove dom/* code and replace two uses of dom/uri with uri.
(bzr r13107)
Diffstat (limited to 'src/uri.h')
-rw-r--r--src/uri.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/uri.h b/src/uri.h
index 74820cb29..c6c2264cc 100644
--- a/src/uri.h
+++ b/src/uri.h
@@ -25,6 +25,9 @@ namespace Inkscape {
class URI {
public:
+ /* Blank constructor */
+ URI();
+
/**
* Copy constructor.
*/