From 5129112072012b687428d574c011b08abfe0b678 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sun, 4 Aug 2013 18:50:00 +0000 Subject: add c++/guardedalloc to more freestyle classes, also remove redundant 'public:' --- source/blender/freestyle/intern/system/RandGen.h | 1 - 1 file changed, 1 deletion(-) (limited to 'source/blender/freestyle/intern/system/RandGen.h') diff --git a/source/blender/freestyle/intern/system/RandGen.h b/source/blender/freestyle/intern/system/RandGen.h index c3e2b3d99f7..3c8724bcbee 100644 --- a/source/blender/freestyle/intern/system/RandGen.h +++ b/source/blender/freestyle/intern/system/RandGen.h @@ -50,7 +50,6 @@ private: static void next(); #ifdef WITH_CXX_GUARDEDALLOC -public: MEM_CXX_CLASS_ALLOC_FUNCS("Freestyle:RandGen") #endif }; -- cgit v1.2.3