From 5e853c1803f21477f31ded81f6cf2b4e503abb1c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Uwe=20St=C3=B6hr?= Date: Thu, 28 Feb 2008 21:09:18 +0000 Subject: [PATCH] Richard, I have to revert r23332 to be able to compile trunk git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23338 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/insets/InsetBibtex.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/insets/InsetBibtex.cpp b/src/insets/InsetBibtex.cpp index 3b1212c639..a54b0b4a3a 100644 --- a/src/insets/InsetBibtex.cpp +++ b/src/insets/InsetBibtex.cpp @@ -310,7 +310,7 @@ int InsetBibtex::latex(odocstream & os, OutputParams const & runparams) const // part of its name, because it's than book. // For the "official" lyx-layouts it's no problem to support // all well - if (!contains(buffer().params().baseClass()->name(), "art")) { + if (!contains(buffer().params().documentClass().name(), "art")) { if (buffer().params().sides == OneSide) { // oneside os << "\\clearpage"; -- 2.39.5