Skip to content

Commit 9f47eac

Browse files
committed
Fix mismatched tag warning
https://hydra.nixos.org/build/59649086
1 parent e9c07a3 commit 9f47eac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libutil/logging.hh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ typedef uint64_t ActivityId;
4040

4141
class Logger
4242
{
43-
friend class Activity;
43+
friend struct Activity;
4444

4545
public:
4646

0 commit comments

Comments
 (0)