]> git.donarmstrong.com Git - lilypond.git/blobdiff - lib/template.cc
release: 0.1.65
[lilypond.git] / lib / template.cc
index 2e3d527baf25a7bf060bea6596a6c8c5f12f8a09..4ebec57399ddf78d49b899db6be38ad9332a78ca 100644 (file)
@@ -1,6 +1,21 @@
+/*
+  template.cc -- instantiate Pointer_list<Source_file*>
+
+  source file of the GNU LilyPond music typesetter
+
+  (c)  1997--1998 Han-Wen Nienhuys <hanwen@stack.nl>
+*/
+
+#include "config.hh"
 #include "source-file.hh"
 #include "plist.tcc"
 #include "pcursor.tcc"
+#include "cursor.tcc"
+#include "list.tcc"
+
+#ifdef NEED_EXPLICIT_INSTANTIATION
+LIST_INSTANTIATE (void *);
+#endif
 
+POINTERLIST_INSTANTIATE (Source_file);
 
-IPL_instantiate(Source_file);