Merge pull request #36136 from timothyqiu/correct-forward-decl

Fixes friend declaration tag mismatch
This commit is contained in:
Rémi Verschelde 2020-02-12 10:52:48 +01:00 committed by GitHub
commit 14d0e3e642
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -113,7 +113,7 @@ public:
~InstanceDependency();
private:
friend class InstanceBase;
friend struct InstanceBase;
Map<InstanceBase *, uint32_t> instances;
};