summaryrefslogtreecommitdiff
path: root/include/vcl/button.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/vcl/button.hxx')
-rw-r--r--include/vcl/button.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/button.hxx b/include/vcl/button.hxx
index 02371c996e95..69a3d5aa420f 100644
--- a/include/vcl/button.hxx
+++ b/include/vcl/button.hxx
@@ -301,7 +301,7 @@ public:
true is fairly straightforward, false leads to trick situations and is the legacy case
*/
- explicit RadioButton(vcl::Window* pParent, bool bUsesExplicitGroup = true, WinBits nWinStyle = 0);
+ explicit RadioButton(vcl::Window* pParent, bool bUsesExplicitGroup, WinBits nWinStyle);
virtual ~RadioButton() override;
virtual void dispose() override;