]> git.donarmstrong.com Git - lilypond.git/commitdiff
flower-1.0.8
authorfred <fred>
Sun, 24 Nov 1996 21:41:27 +0000 (21:41 +0000)
committerfred <fred>
Sun, 24 Nov 1996 21:41:27 +0000 (21:41 +0000)
flower/plist.hh

index 1bfc2d4ab43ae1e5c613f9245d177f556d3dc0dc..78df40cb17727ce0e0de7d948c532ef8e5cbe001 100644 (file)
@@ -51,7 +51,7 @@ template<class T>
 void PL_copy(IPointerList<T*> &dst,IPointerList<T*> const&src);
 
 
-#define PL_instantiate(a) L_instantiate(a *); template class PointerList<a*>
+#define PL_instantiate(a)  template class PointerList<a*>
 #define IPL_instantiate(a) PL_instantiate(a); template class IPointerList<a*>
 
 #include "plist.inl"