File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 3131// statics
3232EmbAJAXOutputDriverBase *EmbAJAXBase::_driver;
3333char EmbAJAXBase::itoa_buf[ITOA_BUFLEN];
34+ constexpr const char EmbAJAXBase::null_string[1 ];
3435
3536// //////////////////////////// EmbAJAXOutputDriverBase ////////////////////
3637
Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ template<size_t NUM> friend class EmbAJAXContainer;
9595
9696 static EmbAJAXOutputDriverBase *_driver;
9797 static char itoa_buf[8 ];
98- constexpr static char null_string[1 ] = " " ;
98+ constexpr static const char null_string[1 ] = " " ;
9999
100100 /* * Filthy trick to keep (template) implementation out of the header. See EmbAJAXContainer::printChildren() */
101101 void printChildren (EmbAJAXBase** children, size_t num) const ;
You can’t perform that action at this time.
0 commit comments