From 9b809593e028ed3d95f415ba87e43a677e344322 Mon Sep 17 00:00:00 2001 From: Amorilia <amorilia@users.sourceforge.net> Date: Thu, 19 Aug 2010 22:36:23 +0100 Subject: [PATCH] Make base_type field public. --- include/Type.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/Type.h b/include/Type.h index 7d141a5b..34c629bc 100644 --- a/include/Type.h +++ b/include/Type.h @@ -23,9 +23,9 @@ public: NIFLIB_API bool IsSameType ( const Type & compare_to ) const; NIFLIB_API bool IsDerivedType ( const Type & compare_to ) const; NIFLIB_API bool operator<( const Type & compare_to ) const; + const Type * base_type; private: string name; - const Type * base_type; }; } -- GitLab