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

@@ -11,7 +11,7 @@
#ifndef _WX_RADIOBUT_H_
#define _WX_RADIOBUT_H_
class WXDLLIMPEXP_CORE wxRadioButton: public wxControl
class WXDLLIMPEXP_CORE wxRadioButton: public wxRadioButtonBase<wxControl>
{
wxDECLARE_DYNAMIC_CLASS(wxRadioButton);
public: