Skip to content

Commit

Permalink
Fixed: Corrected friending of PathTree::Instance
Browse files Browse the repository at this point in the history
It's a struct, not a class...
  • Loading branch information
skyjake committed Nov 1, 2012
1 parent f3c955a commit 83456c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doomsday/engine/portable/include/pathtree.h
Expand Up @@ -201,7 +201,7 @@ class PathTree
ddstring_t* composePath(ddstring_t* path, int* length, char delimiter = '/') const;

friend class PathTree;
friend class PathTree::Instance;
friend struct PathTree::Instance;

private:
FragmentId fragmentId() const;
Expand Down

0 comments on commit 83456c8

Please sign in to comment.