Skip to content

Commit

Permalink
fixed mismatched definition (#2525)
Browse files Browse the repository at this point in the history
  • Loading branch information
borgmanJeremy authored Apr 5, 2022
1 parent 3cd2dec commit 6ebd0fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/abstractlogger.h
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ class AbstractLogger
AbstractLogger& enableMessageHeader(bool enable);

private:
QString messageHeader(Channel type, Target channel);
QString messageHeader(Channel channel, Target target);

int m_targets;
Channel m_defaultChannel;
Expand Down

0 comments on commit 6ebd0fb

Please sign in to comment.