]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/univ/radiobut.h
removed unsecure wxTmpnam() function (patch by Francesco Montorsi)
[wxWidgets.git] / include / wx / univ / radiobut.h
index deb136ebe020b935e2c87ae36fd4658e62215620..78d3bf44cb22e881a17b98157c6cbdae15ae6941 100644 (file)
@@ -6,16 +6,12 @@
 // Created:     10.09.00
 // RCS-ID:      $Id$
 // Copyright:   (c) 2000 SciTech Software, Inc. (www.scitechsoft.com)
-// Licence:     wxWindows license
+// Licence:     wxWindows licence
 ///////////////////////////////////////////////////////////////////////////////
 
 #ifndef _WX_UNIV_RADIOBUT_H_
 #define _WX_UNIV_RADIOBUT_H_
 
-#ifdef __GNUG__
-    #pragma interface "radiobut.h"
-#endif
-
 #include "wx/checkbox.h"
 
 // ----------------------------------------------------------------------------