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

Another compilation fix...

parent e1f99f0d
No related branches found
No related tags found
No related merge requests found
...@@ -25,6 +25,8 @@ public: ...@@ -25,6 +25,8 @@ public:
virtual string asString( bool verbose = false ) const; virtual string asString( bool verbose = false ) const;
virtual void FixLinks( const vector<NiObjectRef> & objects, list<uint> link_stack, unsigned int version ); virtual void FixLinks( const vector<NiObjectRef> & objects, list<uint> link_stack, unsigned int version );
private: private:
uint BytesRemaining() const;
NI_STRING_EXTRA_DATA_MEMBERS NI_STRING_EXTRA_DATA_MEMBERS
}; };
#endif #endif
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