fix compilation on linux/android

This commit is contained in:
baldurk
2018-01-26 00:55:36 +00:00
parent 9c247a87ae
commit 6614c37440
+1 -1
View File
@@ -412,7 +412,7 @@ public:
void RemoveWrapper(RealResourceType real);
protected:
friend typename InitialContentData;
friend InitialContentData;
// 'interface' to implement by derived classes
virtual bool SerialisableResource(ResourceId id, RecordType *record) = 0;
virtual ResourceId GetID(WrappedResourceType res) = 0;