Add missing header file, ButtonControllerBase.h.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4381 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Angus Leeming 2002-06-12 13:10:19 +00:00
parent 1ff9cadb81
commit 3bf65e6bb5
2 changed files with 5 additions and 0 deletions

View 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

View File

@ -11,6 +11,7 @@
*/
#include "ControlInset.h"
#include "ButtonControllerBase.h"
#include "ViewBase.h"
#include "buffer.h"
#include "debug.h"