Add the missing template instatiations!

Apologies to all.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3397 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Angus Leeming 2002-01-16 19:24:23 +00:00
parent 7042b0204c
commit a61a18e2a0
6 changed files with 25 additions and 0 deletions

View File

@ -1,3 +1,4 @@
// -*- C++ -*-
/*
* \file ButtonController.tmpl
* Copyright 2002 the LyX Team

View File

@ -1,3 +1,11 @@
2002-01-16 Angus Leeming <a.leeming@ic.ac.uk>
* ButtonController.tmpl: added // -*- C++ -*-
* ControlCitation.C: #include "ControlInset.tmpl" to instantiate
ControlInset<InsetCommand, InsetCommandParams>::showInset, createInset.
Needed in _one_ of the ControlCommand-derived classes only.
2002-01-16 Angus Leeming <a.leeming@ic.ac.uk>
* ControlInset.h:

View File

@ -26,6 +26,13 @@
#include "Dialogs.h"
#include "LyXView.h"
// need to #include this in _one_ of the ControlCommand-derived classses in
// order to instantiate
// ControlInset<InsetCommand, InsetCommandParams>::showInset
// ControlInset<InsetCommand, InsetCommandParams>::createInset
#include "ControlInset.tmpl"
using std::pair;
using std::vector;
using SigC::slot;

View File

@ -1,3 +1,9 @@
2002-01-16 Angus Leeming <a.leeming@ic.ac.uk>
* FormMathsPanel.C:
* FormPreferences.C: #include "ButtonController.tmpl" to instantiate
the button controller for IgnorantPolicy and PreferencesPolicy.
2002-01-16 Jürgen Spitzmüller <j.spitzmueller@gmx.de>
* forms/form_tabular.fd: text_info field was too small. Enlarge it.

View File

@ -36,6 +36,8 @@
#include "FormMathsSpace.h"
#include "FormMathsStyle.h"
#include "ButtonController.tmpl"
#include "deco.xpm"
#include "delim.xpm"
#include "equation.xpm"

View File

@ -28,6 +28,7 @@
#include "Lsstream.h"
#include "FormPreferences.h"
#include "form_preferences.h"
#include "ButtonController.tmpl"
#include "input_validators.h"
#include "LyXView.h"
#include "language.h"