diff --git a/src/mathed/ChangeLog b/src/mathed/ChangeLog index 0eb4e0eece..bc299f2354 100644 --- a/src/mathed/ChangeLog +++ b/src/mathed/ChangeLog @@ -1,3 +1,9 @@ +2002-07-08 Angus Leeming + + * math_scriptinset.h: remove class:: from method declaration. + + * math_envinset.C: #include "LOstream.h" + 2002-07-05 Angus Leeming * formula.[Ch] (generatePreview): instantiate new virtual method. diff --git a/src/mathed/math_envinset.C b/src/mathed/math_envinset.C index 47936fb277..7eab508764 100644 --- a/src/mathed/math_envinset.C +++ b/src/mathed/math_envinset.C @@ -7,6 +7,7 @@ #include "math_envinset.h" #include "math_mathmlstream.h" #include "math_streamstr.h" +#include "support/LOstream.h" MathEnvInset::MathEnvInset(string const & name) diff --git a/src/mathed/math_scriptinset.h b/src/mathed/math_scriptinset.h index 56826ff106..a5cf80b931 100644 --- a/src/mathed/math_scriptinset.h +++ b/src/mathed/math_scriptinset.h @@ -85,7 +85,7 @@ public: /// make sure a script is accessible void ensure(bool up); /// - void MathScriptInset::infoize(std::ostream & os) const; + void infoize(std::ostream & os) const; // call these methods ...2 to make compaq cxx in anal mode happy... /// suppresses empty braces if necessary