mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +00:00
Fix warning.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@22054 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
4b37042ad5
commit
01083a520b
@ -30,7 +30,7 @@ namespace frontend {
|
||||
|
||||
|
||||
Dialog::Dialog(GuiView & lv, std::string const & name)
|
||||
: lyxview_(&lv), name_(name)
|
||||
: name_(name), lyxview_(&lv)
|
||||
{}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user