From 9cf2f426b66085e696005292d1dfb24dc7f6645a Mon Sep 17 00:00:00 2001 From: john30 Date: Wed, 26 Dec 2018 16:06:14 +0100 Subject: [PATCH] fixed docu --- src/lib/ebus/message.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/ebus/message.h b/src/lib/ebus/message.h index daf7fd80..bccdc180 100755 --- a/src/lib/ebus/message.h +++ b/src/lib/ebus/message.h @@ -1403,7 +1403,7 @@ class MessageMap : public MappedFileReader { * address), or 0 to ignore. * @param until the end time to which to add updates (exclusive, also removes messages with unset destination * address), or 0 to ignore. - * @changedSince true to use the last change time for the since/until range, false to use the last seen time. + * @param changedSince true to use the last change time for the since/until range, false to use the last seen time. * @param messages the @a deque to which to add the found @a Message instances. */ void findAll(const string& circuit, const string& name, const string& levels,