Code

clean up tabs and DOS-ishness
[inkscape.git] / src / io / xsltstream.h
index 5e293abc66bfeceba2ba99a3cad4f8daee3855a4..13d9550faf54c162ba70a22047f6787f735f33d0 100644 (file)
@@ -37,7 +37,7 @@ public:
 
     XsltStyleSheet(InputStream &source)  throw (StreamException);
     
-    ~XsltStyleSheet();
+    virtual ~XsltStyleSheet();
     
     xsltStylesheetPtr stylesheet;