From b55ff3861d1ddc46f5ee47b442e242786f0b0742 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 26 Dec 2017 21:21:20 +0300 Subject: Remove default parameters from radiobutton. --- src/gui/widgets/radiobutton.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gui/widgets') diff --git a/src/gui/widgets/radiobutton.h b/src/gui/widgets/radiobutton.h index 37bafab29..10979fd39 100644 --- a/src/gui/widgets/radiobutton.h +++ b/src/gui/widgets/radiobutton.h @@ -94,7 +94,7 @@ class RadioButton final : public Widget, RadioButton(const Widget2 *const widget, const std::string &restrict caption, const std::string &restrict group, - const bool marked = false); + const bool marked); A_DELETE_COPY(RadioButton) -- cgit v1.2.3-70-g09d2