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

niflib:

* removed NIFLIB_API from TYPE in bhkEntity.h
parent 4e6355fa
No related branches found
No related tags found
No related merge requests found
......@@ -29,7 +29,7 @@ public:
//Run-Time Type Information
NIFLIB_API static const Type & TypeConst();
private:
NIFLIB_API static const Type TYPE;
static const Type TYPE;
public:
NIFLIB_API virtual const Type & GetType() const;
NIFLIB_HIDDEN virtual void Read( istream& in, list<unsigned int> & link_stack, unsigned int version, unsigned int user_version );
......
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