Skip to content
Snippets Groups Projects
Commit 39d95673 authored by Axel Naumann's avatar Axel Naumann
Browse files

Missing init of UnsupportedFriend (ROOT-8289).

parent 00341595
No related branches found
No related tags found
No related merge requests found
......@@ -82,6 +82,7 @@ private:
FriendDecl(EmptyShell Empty, unsigned NumFriendTypeTPLists)
: Decl(Decl::Friend, Empty), NextFriend(),
UnsupportedFriend(false),
NumTPLists(NumFriendTypeTPLists) { }
FriendDecl *getNextFriend() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment