]> www.ginac.de Git - ginac.git/blobdiff - ginac/structure.h
the old methods of ex remain for compatibility
[ginac.git] / ginac / structure.h
index 1c28d7501a3fb40c30ef742f372546e5bb90b13a..b929e88caceb61cc2bab30046d1664c77c711d29 100644 (file)
@@ -182,8 +182,8 @@ public:
 
        // rational functions
        ex normal(exmap & repl, exmap & rev_lookup, int level = 0) const { return inherited::normal(repl, rev_lookup, level); }
-       ex to_rational(lst & repl_lst) const { return inherited::to_rational(repl_lst); }
-       ex to_polynomial(lst & repl_lst) const { return inherited::to_polynomial(repl_lst); }
+       ex to_rational(exmap & repl) const { return inherited::to_rational(repl); }
+       ex to_polynomial(exmap & repl) const { return inherited::to_polynomial(repl); }
 
        // polynomial algorithms
        numeric integer_content() const { return 1; }