]> git.lyx.org Git - features.git/commitdiff
Add missing header file, ButtonControllerBase.h.
authorAngus Leeming <leeming@lyx.org>
Wed, 12 Jun 2002 13:10:19 +0000 (13:10 +0000)
committerAngus Leeming <leeming@lyx.org>
Wed, 12 Jun 2002 13:10:19 +0000 (13:10 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4381 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/controllers/ChangeLog
src/frontends/controllers/ControlInset.tmpl

index d3e7f4c86790cf753322e74f2b29354b84777cec..c4f6e880a92165eed29afa2b71a80074264fbe7a 100644 (file)
@@ -1,3 +1,7 @@
+2002-06-12  Angus Leeming  <leeming@lyx.org>
+
+       * ControlInset.tmpl: add missing header file, ButtonControllerBase.h.
+
 2002-06-11  Edwin Leuven  <leuven@fee.uva.nl>
  
        * ControlParagraph.[Ch]: new paragraph controller
index 7b89da6ce14063fe24b715fbf07cbd89854ed061..7b36a70529a09f9479f425cf172bf1894d1566b8 100644 (file)
@@ -11,6 +11,7 @@
  */
 
 #include "ControlInset.h"
+#include "ButtonControllerBase.h"
 #include "ViewBase.h"
 #include "buffer.h"
 #include "debug.h"