]> www.ginac.de Git - ginac.git/blobdiff - ginac/pseries.h
[BUGFIX] Fix crash in parser.
[ginac.git] / ginac / pseries.h
index db8c84b634ae68c74fbf6815d9415f6d293717fb..0f60fc669384a032400b4c7348e4248452b6296c 100644 (file)
@@ -3,7 +3,7 @@
  *  Interface to class for extended truncated power series. */
 
 /*
- *  GiNaC Copyright (C) 1999-2018 Johannes Gutenberg University Mainz, Germany
+ *  GiNaC Copyright (C) 1999-2024 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
@@ -54,7 +54,7 @@ public:
        ex evalf() const override;
        ex series(const relational & r, int order, unsigned options = 0) const override;
        ex subs(const exmap & m, unsigned options = 0) const override;
-       ex normal(exmap & repl, exmap & rev_lookup) const override;
+       ex normal(exmap & repl, exmap & rev_lookup, lst & modifier) const override;
        ex expand(unsigned options = 0) const override;
        ex conjugate() const override;
        ex real_part() const override;