From 6e600e84f8698adc16e029872d2302b850e9bb98 Mon Sep 17 00:00:00 2001 From: Alfredo Braunstein Date: Sat, 27 Mar 2004 12:58:44 +0000 Subject: [PATCH] compile fix git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8545 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/mathed/formulamacro.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/mathed/formulamacro.h b/src/mathed/formulamacro.h index c0f674c961..533f109a7c 100644 --- a/src/mathed/formulamacro.h +++ b/src/mathed/formulamacro.h @@ -58,6 +58,8 @@ public: /// InsetBase::Code lyxCode() const { return MATHMACRO_CODE; } private: + /// + MathAtom & tmpl() const; /// void read(std::istream & is); /// prefix in inset -- 2.39.2