]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathFontOld.cpp
Whitespace.
[lyx.git] / src / mathed / InsetMathFontOld.cpp
index 8483b0ef931c9c0a51bc7eb81bd1a3b5b0aa7418..f4b87ba4c6229dad09254b55423ad550b318892a 100644 (file)
@@ -3,7 +3,7 @@
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
- * \author André Pönitz
+ * \author André Pönitz
  *
  * Full author contact details are available in file CREDITS.
  */
 #include "MathParser.h"
 #include "MetricsInfo.h"
 
+#include <ostream>
+
 
 namespace lyx {
 
-InsetMathFontOld::InsetMathFontOld(latexkeys const * key)
-       : InsetMathNest(1), key_(key)
+InsetMathFontOld::InsetMathFontOld(Buffer * buf, latexkeys const * key)
+       : InsetMathNest(buf, 1), key_(key)
 {
        //lock(true);
 }