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:
Abdelrazak Younes 2009-10-05 21:31:45 +00:00
parent b794a8efb1
commit 6abd0d0edf

View File

@ -879,7 +879,7 @@ bool GuiApplication::getStatus(FuncRequest const & cmd, FuncStatus & flag) const
// This function runs "configure" and then rereads lyx.defaults to // This function runs "configure" and then rereads lyx.defaults to
// reconfigure the automatic settings. // reconfigure the automatic settings.
static void reconfigure(LyXView * lv, string const & option) static void reconfigure(GuiView * lv, string const & option)
{ {
// emit message signal. // emit message signal.
if (lv) if (lv)