mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-23 10:18:50 +00:00
use GuiView instead of LyXView
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@31532 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
b794a8efb1
commit
6abd0d0edf
@ -879,7 +879,7 @@ bool GuiApplication::getStatus(FuncRequest const & cmd, FuncStatus & flag) const
|
||||
|
||||
// This function runs "configure" and then rereads lyx.defaults to
|
||||
// reconfigure the automatic settings.
|
||||
static void reconfigure(LyXView * lv, string const & option)
|
||||
static void reconfigure(GuiView * lv, string const & option)
|
||||
{
|
||||
// emit message signal.
|
||||
if (lv)
|
||||
|
Loading…
Reference in New Issue
Block a user