From f1a39ef43fdfb47b54f8d52ae287d1a2cfbbd984 Mon Sep 17 00:00:00 2001 From: Andreas Fabri Date: Mon, 5 Dec 2016 09:28:14 +0100 Subject: [PATCH] No need for static --- CGAL_Core/include/CGAL/CORE/ExprRep.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CGAL_Core/include/CGAL/CORE/ExprRep.h b/CGAL_Core/include/CGAL/CORE/ExprRep.h index 5e5b819fce1..557086fa8f1 100644 --- a/CGAL_Core/include/CGAL/CORE/ExprRep.h +++ b/CGAL_Core/include/CGAL/CORE/ExprRep.h @@ -922,7 +922,7 @@ protected: return Operator::get_name(); } private: - static Operator Op; + Operator Op; };//AddSubRep class template