From: Angus Leeming Date: Fri, 5 Sep 2003 15:08:49 +0000 (+0000) Subject: Ensure that the header file can be compiled stand-alone. X-Git-Tag: 1.6.10~16158 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=34724201a162c3716992b270d004941841e2a7e2;p=lyx.git Ensure that the header file can be compiled stand-alone. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7680 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/frontends/controllers/ChangeLog b/src/frontends/controllers/ChangeLog index 3d20043222..34536819bd 100644 --- a/src/frontends/controllers/ChangeLog +++ b/src/frontends/controllers/ChangeLog @@ -1,3 +1,7 @@ +2003-09-05 Angus Leeming + + * GUI.h: ensure that the header file can be compiled stand-alone. + 2003-08-28 Lars Gullik Bjønnes * most files: change to use const buffer refs. diff --git a/src/frontends/controllers/GUI.h b/src/frontends/controllers/GUI.h index 41c77eef4d..6ea2a9ee12 100644 --- a/src/frontends/controllers/GUI.h +++ b/src/frontends/controllers/GUI.h @@ -16,6 +16,9 @@ #include +class LyXView; +class Dialogs; + /** This class makes a whole out of the disparate parts of a dialog. */ template