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/application/AppView.h | 1 - source/blender/freestyle/intern/application/Controller.h | 1 - 2 files changed, 2 deletions(-) (limited to 'source/blender/freestyle/intern/application') diff --git a/source/blender/freestyle/intern/application/AppView.h b/source/blender/freestyle/intern/application/AppView.h index ca250f89850..3f6d0b8e93e 100644 --- a/source/blender/freestyle/intern/application/AppView.h +++ b/source/blender/freestyle/intern/application/AppView.h @@ -234,7 +234,6 @@ protected: NodeDrawingStyle *_p2DSelectionNode; #ifdef WITH_CXX_GUARDEDALLOC -public: MEM_CXX_CLASS_ALLOC_FUNCS("Freestyle:AppView") #endif }; diff --git a/source/blender/freestyle/intern/application/Controller.h b/source/blender/freestyle/intern/application/Controller.h index c8eaaf5486b..d4537f5f987 100644 --- a/source/blender/freestyle/intern/application/Controller.h +++ b/source/blender/freestyle/intern/application/Controller.h @@ -244,7 +244,6 @@ private: FEdgeXDetector edgeDetector; #ifdef WITH_CXX_GUARDEDALLOC -public: MEM_CXX_CLASS_ALLOC_FUNCS("Freestyle:Controller") #endif }; -- cgit v1.2.3