]> git.lyx.org Git - lyx.git/blobdiff - src/LyX.cpp
Continue working on the embedding feature. An additional parameter updateFile is...
[lyx.git] / src / LyX.cpp
index 041b5e3c3d6330b332beff381b01e921be4157c0..7de306c0d2ff05df806c38430ad9c823632d05d4 100644 (file)
@@ -17,7 +17,7 @@
 
 #include "LyX.h"
 
-#include "BaseClassList.h"
+#include "LayoutFile.h"
 #include "Buffer.h"
 #include "BufferList.h"
 #include "CmdDef.h"
@@ -576,7 +576,7 @@ void LyX::execBatchCommands()
        // aknowledged.
 
        // if reconfiguration is needed.
-       while (BaseClassList::get().empty()) {
+       while (LayoutFileList::get().empty()) {
            switch (Alert::prompt(
                    _("No textclass is found"),
                    _("LyX cannot continue because no textclass is found. "