mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 13:18:28 +00:00
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:
parent
7042b0204c
commit
a61a18e2a0
@ -1,3 +1,4 @@
|
||||
// -*- C++ -*-
|
||||
/*
|
||||
* \file ButtonController.tmpl
|
||||
* Copyright 2002 the LyX Team
|
||||
|
@ -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:
|
||||
|
@ -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;
|
||||
|
@ -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.
|
||||
|
@ -36,6 +36,8 @@
|
||||
#include "FormMathsSpace.h"
|
||||
#include "FormMathsStyle.h"
|
||||
|
||||
#include "ButtonController.tmpl"
|
||||
|
||||
#include "deco.xpm"
|
||||
#include "delim.xpm"
|
||||
#include "equation.xpm"
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user