]> git.lyx.org Git - features.git/blobdiff - src/mathed/MathStream.h
Fix compilation with gcc 4.6 part II
[features.git] / src / mathed / MathStream.h
index 6f432b65fcfed9b4cf5f4d855b50685c1e9260bc..479e9d459e8e931cad9d749aab1b047ddbc2a566 100644 (file)
@@ -39,10 +39,9 @@ public:
                wsPreview
        };
        ///
-       WriteStream(otexrowstream & os, bool fragile, bool latex, OutputType output,
-                               Encoding const * encoding = 0);
-       ///
-       explicit WriteStream(otexrowstream & os);
+       explicit WriteStream(otexrowstream & os, bool fragile = false,
+                            bool latex = false, OutputType output = wsDefault,
+                            Encoding const * encoding = 0);
        ///
        ~WriteStream();
        ///