Skip to content

Commit b28aadf

Browse files
committed
fix again
1 parent 383a5f7 commit b28aadf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Kernel/Containers/hashtree.ipp

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ inline hashtree_rep<K, V>*
6868
hashtree<K, V>::operator->(void) {
6969
// always make sure there is a rep!
7070
realize ();
71-
return rep;
71+
return this->rep;
7272
}
7373

7474
template <class K, class V>

0 commit comments

Comments
 (0)