From 637800125ca0662b427ca1b50a589ae4a107f343 Mon Sep 17 00:00:00 2001 From: john30 Date: Sat, 29 Nov 2014 19:04:16 +0100 Subject: [PATCH] changed default arg for push_back --- src/lib/ebus/symbol.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/ebus/symbol.h b/src/lib/ebus/symbol.h index cd117362..b30d0467 100644 --- a/src/lib/ebus/symbol.h +++ b/src/lib/ebus/symbol.h @@ -90,7 +90,7 @@ public: * RESULT_IN_ESC if this is an unescaped instance and the symbol is escaped and the start of the escape sequence was received, * RESULT_ERR_ESC if this is an unescaped instance and an invalid escaped sequence was detected. */ - result_t push_back(const unsigned char value, const bool isEscaped, const bool updateCRC=true); + result_t push_back(const unsigned char value, const bool isEscaped=true, const bool updateCRC=true); /** * @brief Returns the number of symbols in this symbol string. * @return the number of available symbols.