]> www.ginac.de Git - ginac.git/blobdiff - ginac/registrar.h
Fix pseries::evalf() regression.
[ginac.git] / ginac / registrar.h
index 867d63aae7413d8a5c9ea1445485af8b8aa20e79..c6cdc412aa55eba4eb22917f61da392ddc1d41aa 100644 (file)
@@ -3,7 +3,7 @@
  *  GiNaC's class registrar (for class basic and all classes derived from it). */
 
 /*
- *  GiNaC Copyright (C) 1999-2016 Johannes Gutenberg University Mainz, Germany
+ *  GiNaC Copyright (C) 1999-2019 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
@@ -157,7 +157,7 @@ private:
        classname(); \
        classname * duplicate() const override { \
                classname * bp = new classname(*this); \
-               bp->setflag(status_flags::dynallocated); \
+               bp->setflag(GiNaC::status_flags::dynallocated); \
                return bp; \
        } \
        \