X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=ginac%2Flst.cpp;h=15deb186e0d47032556586131b925c5be9cabde8;hp=c480e39b3a78fcaea09ec8f3c058f11f03c36882;hb=4cf53676d7823ec3c55a90df7723f7f1492a95b2;hpb=da64e515abf7243bc4c84ca3631470931c4e6691 diff --git a/ginac/lst.cpp b/ginac/lst.cpp index c480e39b..15deb186 100644 --- a/ginac/lst.cpp +++ b/ginac/lst.cpp @@ -3,7 +3,7 @@ * Implementation of GiNaC's lst. */ /* - * GiNaC Copyright (C) 1999-2005 Johannes Gutenberg University Mainz, Germany + * GiNaC Copyright (C) 1999-2006 Johannes Gutenberg University Mainz, Germany * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -24,7 +24,7 @@ namespace GiNaC { -template <> GINAC_IMPLEMENT_REGISTERED_CLASS_OPT(lst, basic, +template <> GINAC_IMPLEMENT_REGISTERED_CLASS_OPT_T(lst, basic, print_func(&lst::do_print). print_func(&lst::do_print_tree))