Code

Merge GSoC2009 Connectors into trunk
[inkscape.git] / src / svg / stringstream.h
index 5fbf1976c3b70b942f1d0785df247e5f22e13b91..60ed74ecbef249d5e7f9974a78c9ea98ea8b4567 100644 (file)
@@ -74,6 +74,13 @@ public:
     }
 };
 
+class SVGIStringStream:public std::istringstream {
+
+public:
+    SVGIStringStream();
+    SVGIStringStream(const std::string &str);
+};
+
 }
 
 Inkscape::SVGOStringStream &operator<<(Inkscape::SVGOStringStream &os, float d);