]> git.lyx.org Git - features.git/blobdiff - src/mathed/math_macrotemplate.C
some fixes for compaq cxx
[features.git] / src / mathed / math_macrotemplate.C
index 89012bdad260c646260941b0d93a8132ed20ea2f..1bebb8596f35c19bc6e776acbd2603ad0844e1da 100644 (file)
@@ -19,7 +19,7 @@ MathMacroTemplate::MathMacroTemplate(string const & nm, int numargs) :
 {}
 
 
-MathMacroTemplate * MathMacroTemplate::Clone() const
+MathInset * MathMacroTemplate::Clone() const
 {
        lyxerr << "cloning MacroTemplate!\n";
        return new MathMacroTemplate(*this);