From a453440a39c728c9f39b4df31d2eb0a896380484 Mon Sep 17 00:00:00 2001 From: Stefan Weinzierl Date: Tue, 3 Jan 2017 21:43:42 +0100 Subject: [PATCH] GINAC_DECLARE_REGISTERED_CLASS(): add namespace of status_flags. --- ginac/registrar.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ginac/registrar.h b/ginac/registrar.h index 867d63aa..f7336aba 100644 --- a/ginac/registrar.h +++ b/ginac/registrar.h @@ -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; \ } \ \ -- 2.44.0