]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiViewSource.cpp
Complete the removal of the embedding stuff. Maybe. It's hard to be sure we got every...
[lyx.git] / src / frontends / qt4 / GuiViewSource.cpp
index 245dc71b18f54932f8fac89e85d7380ad8438f50..3f6a8158eae68b4ba69ad454f8d98147ccdc6ba7 100644 (file)
@@ -23,6 +23,7 @@
 #include "Paragraph.h"
 #include "TexRow.h"
 
+#include "support/assert.h"
 #include "support/docstream.h"
 #include "support/gettext.h"
 
@@ -166,7 +167,7 @@ QString GuiViewSource::title() const
                case LITERATE:
                        return qt_("Literate Source");
        }
-       BOOST_ASSERT(false);
+       LASSERT(false, /**/);
        return QString();
 }