]> www.ginac.de Git - ginac.git/blobdiff - ginac/pseries.h
Fix little missed optimization.
[ginac.git] / ginac / pseries.h
index f465b8a45c969a13aa1470a0b217f8fae1ce8435..cdac31da1395e4e7a11c32fbcf159adde8830d1b 100644 (file)
@@ -3,7 +3,7 @@
  *  Interface to class for extended truncated power series. */
 
 /*
- *  GiNaC Copyright (C) 1999-2009 Johannes Gutenberg University Mainz, Germany
+ *  GiNaC Copyright (C) 1999-2015 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
@@ -39,6 +39,7 @@ class pseries : public basic
        // other constructors
 public:
        pseries(const ex &rel_, const epvector &ops_);
+       pseries(const ex &rel_, epvector &&ops_);
 
        // functions overriding virtual functions from base classes
 public: