diff --git a/src/mathed/math_gridinset.C b/src/mathed/math_gridinset.C index 846c477203..26579027a0 100644 --- a/src/mathed/math_gridinset.C +++ b/src/mathed/math_gridinset.C @@ -27,7 +27,7 @@ public: /// virtual string const inset2string() const { - lyxerr << "inset2string called" << endl; + lyxerr << "inset2string called" << std::endl; return "whatever"; //(inset_); }