From 639a2f50ad6854bd4bed0ed1ee98e3681660b90f Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 24 Nov 1996 21:41:27 +0000 Subject: [PATCH] flower-1.0.8 --- flower/plist.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flower/plist.hh b/flower/plist.hh index 1bfc2d4ab4..78df40cb17 100644 --- a/flower/plist.hh +++ b/flower/plist.hh @@ -51,7 +51,7 @@ template void PL_copy(IPointerList &dst,IPointerList const&src); -#define PL_instantiate(a) L_instantiate(a *); template class PointerList +#define PL_instantiate(a) template class PointerList #define IPL_instantiate(a) PL_instantiate(a); template class IPointerList #include "plist.inl" -- 2.39.5