From: Angus Leeming Date: Tue, 9 Jul 2002 10:06:27 +0000 (+0000) Subject: Trivial compile fixes. X-Git-Tag: 1.6.10~18937 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=fb443a893e6750a52daaf0ab8e182c56fdb984b5;p=lyx.git Trivial compile fixes. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4564 a592a061-630c-0410-9148-cb99ea01b6c8 --- 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