mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
* compile fix for trunk
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@22215 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
2495f278ba
commit
ec81fcaddb
@ -119,8 +119,8 @@ MathMacroTemplate::MathMacroTemplate(docstring const & name, int numargs,
|
|||||||
|
|
||||||
|
|
||||||
MathMacroTemplate::MathMacroTemplate(docstring const & str)
|
MathMacroTemplate::MathMacroTemplate(docstring const & str)
|
||||||
: InsetMathNest(3), numargs_(0), optionals_(0),
|
: InsetMathNest(3), numargs_(0), optionals_(0),
|
||||||
type_(MacroTypeNewcommand)
|
type_(from_ascii("newcommand"))
|
||||||
{
|
{
|
||||||
initMath();
|
initMath();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user