fixed mismatched definition (#2525)

This commit is contained in:
borgmanJeremy
2022-04-05 09:55:45 -05:00
committed by GitHub
parent 3cd2deca58
commit 6ebd0fb9a4

View File

@@ -43,7 +43,7 @@ public:
AbstractLogger& enableMessageHeader(bool enable);
private:
QString messageHeader(Channel type, Target channel);
QString messageHeader(Channel channel, Target target);
int m_targets;
Channel m_defaultChannel;