From 34724201a162c3716992b270d004941841e2a7e2 Mon Sep 17 00:00:00 2001 From: Angus Leeming Date: Fri, 5 Sep 2003 15:08:49 +0000 Subject: [PATCH] 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 --- src/frontends/controllers/ChangeLog | 4 ++++ src/frontends/controllers/GUI.h | 3 +++ 2 files changed, 7 insertions(+) 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