X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=ginac%2Fregistrar.h;h=c6cdc412aa55eba4eb22917f61da392ddc1d41aa;hp=867d63aae7413d8a5c9ea1445485af8b8aa20e79;hb=05d274b894f2f84217d308bf4d4f2202b9627c63;hpb=94f2d7ab9102d58550fa66d2718701571e87825d diff --git a/ginac/registrar.h b/ginac/registrar.h index 867d63aa..c6cdc412 100644 --- a/ginac/registrar.h +++ b/ginac/registrar.h @@ -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; \ } \ \