Skip to content

Commit 0364d79

Browse files
committed
Fixed build break
1 parent 0899bb8 commit 0364d79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

storage/perfschema/pfs_buffer_container.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1050,7 +1050,7 @@ template <class B, int PFS_PARTITION_COUNT>
10501050
class PFS_partitioned_buffer_scalable_container
10511051
{
10521052
public:
1053-
friend PFS_partitioned_buffer_scalable_iterator<B, PFS_PARTITION_COUNT>;
1053+
friend class PFS_partitioned_buffer_scalable_iterator<B, PFS_PARTITION_COUNT>;
10541054

10551055
typedef typename B::value_type value_type;
10561056
typedef typename B::allocator_type allocator_type;

0 commit comments

Comments
 (0)