Unverified Commit 14d0e3e6 by Rémi Verschelde Committed by GitHub

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

Fixes friend declaration tag mismatch
parents 6ac6bade 4c42fb0e
......@@ -113,7 +113,7 @@ public:
~InstanceDependency();
private:
friend class InstanceBase;
friend struct InstanceBase;
Map<InstanceBase *, uint32_t> instances;
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment