X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FLayoutFile.cpp;h=8b4bba35532f5ad543bf4657cda73c689237e185;hb=4a75fe0310ac64a079edab0c07d8f8eebaf519c0;hp=ebbe7bb93b3e3c465fa066988ede73296165f267;hpb=763ef015ce995b7b46eb029af12ffab3f8810152;p=lyx.git diff --git a/src/LayoutFile.cpp b/src/LayoutFile.cpp index ebbe7bb93b..8b4bba3553 100644 --- a/src/LayoutFile.cpp +++ b/src/LayoutFile.cpp @@ -194,7 +194,7 @@ void LayoutFileList::reset(LayoutFileIndex const & classname) { } -LayoutFileIndex LayoutFileList::addDefaultClass(string const & textclass) +LayoutFileIndex LayoutFileList::addEmptyClass(string const & textclass) { if (haveClass(textclass)) return textclass;