]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/checkbox.h
Addition at simple wxObject*, support into wxVariant.
[wxWidgets.git] / include / wx / mac / checkbox.h
index 3ca0a6f4152f2cbe984a1aa8421d4df1321a3474..06d6815080c9aad88cd65f8856994ffc16a1d7f7 100644 (file)
@@ -1,18 +1,18 @@
 /////////////////////////////////////////////////////////////////////////////
 // Name:        checkbox.h
 // Purpose:     wxCheckBox class
-// Author:      AUTHOR
+// Author:      Stefan Csomor
 // Modified by:
-// Created:     ??/??/98
+// Created:     1998-01-01
 // RCS-ID:      $Id$
-// Copyright:   (c) AUTHOR
+// Copyright:   (c) Stefan Csomor
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 #ifndef _WX_CHECKBOX_H_
 #define _WX_CHECKBOX_H_
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(__APPLE__)
 #pragma interface "checkbox.h"
 #endif