Skip to content

Commit

Permalink
match parameter naming.
Browse files Browse the repository at this point in the history
  • Loading branch information
tsteven4 committed Nov 6, 2024
1 parent bbee9d0 commit 91f66bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/logging.h
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ class DebugIndent
{
public:
explicit DebugIndent(int l) : level_(l) {}
friend QDebug& operator<<(QDebug& out, const DebugIndent& indent);
friend QDebug& operator<<(QDebug& debug, const DebugIndent& indent);

private:
int level_;
Expand Down

0 comments on commit 91f66bd

Please sign in to comment.