mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
fix build
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5702 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
3a82c61287
commit
06bf792012
@ -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.
|
||||
|
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user