First implementation

This commit is contained in:
Stefan Csomor
2020-09-17 22:35:22 +02:00
parent dcdcbbe078
commit 92ea83f00b
8 changed files with 46 additions and 7 deletions

View File

@@ -13,7 +13,7 @@
// wxRadioButton
//-----------------------------------------------------------------------------
class WXDLLIMPEXP_CORE wxRadioButton: public wxControl
class WXDLLIMPEXP_CORE wxRadioButton: public wxRadioButtonBase<wxControl>
{
public:
wxRadioButton() { }