First implementation
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
// wxRadioButton
|
||||
//-----------------------------------------------------------------------------
|
||||
|
||||
class WXDLLIMPEXP_CORE wxRadioButton: public wxControl
|
||||
class WXDLLIMPEXP_CORE wxRadioButton: public wxRadioButtonBase<wxControl>
|
||||
{
|
||||
public:
|
||||
wxRadioButton() { }
|
||||
|
Reference in New Issue
Block a user