X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=ginac%2Fexprseq.cpp;h=894eee831547e2bca165421dba2165a81d04415e;hp=bf25c82087d553530eb68e86f5459bdd48c362f3;hb=9d92d4b442fc4c1a95685884be4ba0494cd02bbe;hpb=da64e515abf7243bc4c84ca3631470931c4e6691 diff --git a/ginac/exprseq.cpp b/ginac/exprseq.cpp index bf25c820..894eee83 100644 --- a/ginac/exprseq.cpp +++ b/ginac/exprseq.cpp @@ -3,7 +3,7 @@ * Implementation of GiNaC's exprseq. */ /* - * GiNaC Copyright (C) 1999-2005 Johannes Gutenberg University Mainz, Germany + * GiNaC Copyright (C) 1999-2008 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(exprseq, basic, +template <> GINAC_IMPLEMENT_REGISTERED_CLASS_OPT_T(exprseq, basic, print_func(&exprseq::do_print). print_func(&exprseq::do_print_tree))