fix build

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5702 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
John Levon 2002-11-24 14:54:50 +00:00
parent 3a82c61287
commit 06bf792012
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2002-11-24 John Levon <levon@movementarian.org>
* QDocumentDialog.C: fix build
2002-11-21 Angus Leeming <leeming@lyx.org>
* QDocumentDialog.C (classChanged): use ControlDocument::loadTextclass.

View File

@ -457,7 +457,7 @@ void QDocumentDialog::classChanged()
lyx::textclass_type const tc = layoutModule->classCO->currentItem();
if (controller().loadTextclass(tc)) {
if (form_->controller().loadTextclass(tc)) {
params.textclass = tc;
if (lyxrc.auto_reset_options) {