]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_mathmlstream.h
get rid of broken_header.h and some unneeded tests
[lyx.git] / src / mathed / math_mathmlstream.h
index 3c0d69ae380e21e26eacf56169a4bce85319f7c4..6e60ff6c647990e0ca49e1ce9e1bfdd09df55050 100644 (file)
@@ -1,3 +1,14 @@
+// -*- C++ -*-
+/**
+ * \file math_mathmlstream.h
+ * This file is part of LyX, the document processor.
+ * Licence details can be found in the file COPYING.
+ *
+ * \author André Pönitz
+ *
+ * Full author contact details are available in file CREDITS.
+ */
+
 #ifndef MATH_MATHMLSTREAM_H
 #define MATH_MATHMLSTREAM_H
 
@@ -23,7 +34,7 @@ public:
        ///
        WriteStream(std::ostream & os, bool fragile, bool latex);
        ///
-       explicit WriteStream(std::ostream & os_);
+       explicit WriteStream(std::ostream & os);
        ///
        ~WriteStream();
        ///