Skip to content
Snippets Groups Projects
Commit 9b809593 authored by Amorilia's avatar Amorilia
Browse files

Make base_type field public.

parent e11bc00a
No related branches found
No related tags found
No related merge requests found
......@@ -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;
};
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment