]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/radiobut.h
Code clanup: removed some useless/unused member
[wxWidgets.git] / include / wx / mac / radiobut.h
index 23da10736b002009ad0070eb3342aca4ef58bf44..74dfccde46d7c10793f3c08e8006d38e74bd9ee1 100644 (file)
@@ -6,7 +6,7 @@
 // Created:     01/02/97
 // RCS-ID:      $Id$
 // Copyright:   (c) Stefan Csomor
-// Licence:    wxWindows licence
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 #ifndef _WX_RADIOBUT_H_
@@ -44,7 +44,7 @@ public:
 
     // implementation 
     
-       virtual void MacHandleControlClick( WXWidget control , wxInt16 controlpart ); 
+      virtual void MacHandleControlClick( WXWidget control , wxInt16 controlpart ); 
     void Command(wxCommandEvent& event);
     wxRadioButton *AddInCycle(wxRadioButton *cycle);
     inline wxRadioButton *NextInCycle() {return m_cycle;}