]> git.lyx.org Git - lyx.git/commitdiff
Ensure that the header file can be compiled stand-alone.
authorAngus Leeming <leeming@lyx.org>
Fri, 5 Sep 2003 15:08:49 +0000 (15:08 +0000)
committerAngus Leeming <leeming@lyx.org>
Fri, 5 Sep 2003 15:08:49 +0000 (15:08 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7680 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/controllers/ChangeLog
src/frontends/controllers/GUI.h

index 3d20043222948da1051868d87dc03c5f5c64499d..34536819bd9e3d47d918a8af78490b0a44b61473 100644 (file)
@@ -1,3 +1,7 @@
+2003-09-05  Angus Leeming  <leeming@lyx.org>
+
+       * GUI.h: ensure that the header file can be compiled stand-alone.
+
 2003-08-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
 
        * most files: change to use const buffer refs.
index 41c77eef4da1ddfbb91944f5884a817711246ab4..6ea2a9ee12b7528b8a30f49ce41c5499059d3487 100644 (file)
@@ -16,6 +16,9 @@
 
 #include <boost/utility.hpp>
 
+class LyXView;
+class Dialogs;
+
 /** This class makes a whole out of the disparate parts of a dialog.
  */
 template <typename Controller, typename GUIview,