summaryrefslogtreecommitdiffstats
path: root/src/uri.h
diff options
context:
space:
mode:
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.
*/