Skip to content

Commit 32d9b00

Browse files
committed
Fix
1 parent 990cad8 commit 32d9b00

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

EmbAJAX.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -527,7 +527,6 @@ class EmbAJAXCheckButton : public EmbAJAXElement {
527527
* will cause the <label/>-element to be omitted (useful with some CSS definitions).
528528
* @param checked If true, the checkbox will be initially checked. @see setChecked().
529529
*/
530-
EmbAJAXCheckButton(const char* id, const char* label=EmbAJAXBase::null_string, bool checked=false);
531530
EmbAJAXCheckButton(const char* id, const char* label=nullptr, bool checked=false);
532531
void print() const override;
533532
const char* value(uint8_t which = EmbAJAXBase::Value) const override;

0 commit comments

Comments
 (0)