From 593e6a9ca680d35bd0734ba6ab62e3db52f80e1f Mon Sep 17 00:00:00 2001 From: Stefan Csomor Date: Sun, 20 Sep 2020 18:35:51 +0200 Subject: [PATCH] Update include/wx/msw/radiobut.h Co-authored-by: VZ --- include/wx/msw/radiobut.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/wx/msw/radiobut.h b/include/wx/msw/radiobut.h index 0554881601..fc6d2a8949 100644 --- a/include/wx/msw/radiobut.h +++ b/include/wx/msw/radiobut.h @@ -13,7 +13,7 @@ #include "wx/msw/ownerdrawnbutton.h" -class WXDLLIMPEXP_CORE wxRadioButton : public public wxRadioButtonBase> +class WXDLLIMPEXP_CORE wxRadioButton : public wxRadioButtonBase< wxMSWOwnerDrawnButton > { public: // ctors and creation functions