diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2017-08-31T09·04+0200 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2017-08-31T09·04+0200 |
commit | 9f47eac92bd80604e51cb710656133b5cd6be3ed (patch) | |
tree | 5d0aeccc0a6cff3430fcd8c73c93f4d8b193af54 | |
parent | e9c07a3b26a1e3056538a8fce49c9f7d9f1d8aba (diff) |
Fix mismatched tag warning
https://hydra.nixos.org/build/59649086
-rw-r--r-- | src/libutil/logging.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libutil/logging.hh b/src/libutil/logging.hh index 84fffa820f4c..414309a52463 100644 --- a/src/libutil/logging.hh +++ b/src/libutil/logging.hh @@ -40,7 +40,7 @@ typedef uint64_t ActivityId; class Logger { - friend class Activity; + friend struct Activity; public: |