diff options
Diffstat (limited to 'template1.cc')
-rw-r--r-- | template1.cc | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/template1.cc b/template1.cc index 908de8d4e1..b7c453b6e0 100644 --- a/template1.cc +++ b/template1.cc @@ -1,20 +1,20 @@ #include "line.hh" #include "list.hh" -#include "cols.hh" +#include "pcol.hh" #include "item.hh" #include "request.hh" #include "command.hh" #include "list.cc" #include "cursor.cc" +#define PLC_instantiate(a) PL_instantiate(a); PL_instantiate(const a) - -PL_instantiate(Line_of_score); -PL_instantiate(Line_of_staff); -PL_instantiate(Item); -PL_instantiate(Spanner); -PL_instantiate(PStaff); -PL_instantiate(Idealspacing); -PL_instantiate(PCol); +PLC_instantiate(Line_of_score); +PLC_instantiate(Line_of_staff); +PLC_instantiate(Item); +PLC_instantiate(Spanner); +PLC_instantiate(PStaff); +PLC_instantiate(Idealspacing); +PLC_instantiate(PCol); |