X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=ginac%2Fex.h;h=e3766a06bd05cbafff6e473be210066f11385c3e;hp=4a603ce03778d441a9bfb1209cfdb0b3995bce2a;hb=4c47ecd9caa39ba1a31f5294e395fcbdf2006431;hpb=a377cee53b71348235ec36f83afeced7e10288a8 diff --git a/ginac/ex.h b/ginac/ex.h index 4a603ce0..e3766a06 100644 --- a/ginac/ex.h +++ b/ginac/ex.h @@ -43,6 +43,7 @@ namespace GiNaC { * * @see utils.cpp */ class library_init { + static void init_unarchivers(); public: library_init(); ~library_init(); @@ -217,7 +218,7 @@ public: // noncommutativity unsigned return_type() const { return bp->return_type(); } - tinfo_t return_type_tinfo() const { return bp->return_type_tinfo(); } + return_type_t return_type_tinfo() const { return bp->return_type_tinfo(); } unsigned gethash() const { return bp->gethash(); }