From 19028adf55de1104d923930a7940554ca8683023 Mon Sep 17 00:00:00 2001 From: Abdelrazak Younes Date: Thu, 8 May 2008 09:44:31 +0000 Subject: [PATCH] gcc compil fix. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24683 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/frontends/qt4/GuiApplication.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frontends/qt4/GuiApplication.h b/src/frontends/qt4/GuiApplication.h index aa1bf7ae3f..a39724a6a0 100644 --- a/src/frontends/qt4/GuiApplication.h +++ b/src/frontends/qt4/GuiApplication.h @@ -29,8 +29,8 @@ #include #include -class QAbstractItemModel; class QSessionManager; +class QStandardItemModel; namespace lyx { -- 2.39.5