X-Git-Url: https://ginac.de/ginac.git//ginac.git?a=blobdiff_plain;f=ginac%2Fexpairseq.cpp;h=bdfc2ff73f97f814bb4b1e87422a60f9645c67e5;hb=0d9b6e6d134917a8fb5cf76ade55dcbaf01acb28;hp=5c72362bce96023a01733fec851c61e484bfabf0;hpb=f6f99c4d47762da9e3d73a2f5ec6f062e82505b8;p=ginac.git diff --git a/ginac/expairseq.cpp b/ginac/expairseq.cpp index 5c72362b..bdfc2ff7 100644 --- a/ginac/expairseq.cpp +++ b/ginac/expairseq.cpp @@ -552,7 +552,7 @@ ex expairseq::expand(unsigned options) const // protected -ex expairseq::thisexpairseq(const epvector & v,const ex & oc) const +ex expairseq::thisexpairseq(const epvector & v, const ex & oc) const { return expairseq(v,oc); }