X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=ginac%2Fpower.cpp;h=ca7fea549f43a9c316b67dd503a761be3eeb4024;hp=a4a33c576ca415e0a3baa7e6b089fd8dae22b81f;hb=12fefbca9b424cb8e9ae05d83883b96e17c7b96e;hpb=b573b0146341709649f373e0fc5c0d440877ebaf diff --git a/ginac/power.cpp b/ginac/power.cpp index a4a33c57..ca7fea54 100644 --- a/ginac/power.cpp +++ b/ginac/power.cpp @@ -769,7 +769,7 @@ unsigned power::return_type() const return basis.return_type(); } -tinfo_t power::return_type_tinfo() const +return_type_t power::return_type_tinfo() const { return basis.return_type_tinfo(); }