From 95cb72f747f1f726ffdfcf1ae4f18e26a259d619 Mon Sep 17 00:00:00 2001 From: Stefan Schimanski Date: Thu, 1 Nov 2007 14:06:58 +0000 Subject: [PATCH] * removed MathMacro:: from declaration. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@21332 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/mathed/MathMacro.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mathed/MathMacro.h b/src/mathed/MathMacro.h index 48acb298cf..88abdd0d85 100644 --- a/src/mathed/MathMacro.h +++ b/src/mathed/MathMacro.h @@ -66,7 +66,7 @@ public: void validate(LaTeXFeatures &) const; /// - void MathMacro::write(WriteStream & os) const; + void write(WriteStream & os) const; /// void maple(MapleStream &) const; /// -- 2.39.5