Skip to content

Commit 067859d

Browse files
committed
Remove another errant const
Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
1 parent 03e45af commit 067859d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dataPublisherBase.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ class dataPublisher {
266266
* @param state A result code returned by a PubSubClient action
267267
* @return **String** The meaning of the code
268268
*/
269-
String parseMQTTState(int state) const;
269+
String parseMQTTState(int state);
270270

271271

272272
protected:

0 commit comments

Comments
 (0)