Skip to content

Commit c3e045b

Browse files
committed
msg-filter: make argument identifiers of setJSONFilter consistent
... between the declaration and definition.
1 parent 78b43f8 commit c3e045b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/msg-filter.hh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ class MsgFilter {
5454
MsgFilter();
5555
~MsgFilter();
5656

57-
bool setJSONFilter(InStream &filter);
57+
bool setJSONFilter(InStream &input);
5858

5959
static MsgFilter *self_;
6060
struct Private;

0 commit comments

Comments
 (0)