]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathEnv.h
Avoid markers for macros without arguments
[lyx.git] / src / mathed / InsetMathEnv.h
index 035aa68e5c18469e61142f1e2e890a816d1948cb..9bc338d90482e4f16db20dde75fa334cf2b79a81 100644 (file)
@@ -14,8 +14,6 @@
 
 #include "InsetMathNest.h"
 
-#include <string>
-
 
 namespace lyx {
 
@@ -24,7 +22,7 @@ namespace lyx {
 class InsetMathEnv : public InsetMathNest {
 public:
        ///
-       InsetMathEnv(docstring const & name_);
+       InsetMathEnv(Buffer * buf, docstring const & name_);
        ///
        void draw(PainterInfo &, int x, int y) const;
        ///