]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/palette.h
removed InitBase()
[wxWidgets.git] / include / wx / mac / palette.h
index 420e0f16fcde4792950f612b6a5b0fb4e5926449..74f9a4dd301fcc6afe82d0caf2a341a66b60a7be 100644 (file)
@@ -1,18 +1,18 @@
 /////////////////////////////////////////////////////////////////////////////
 // Name:        palette.h
 // Purpose:     wxPalette class
-// Author:      AUTHOR
+// Author:      Stefan Csomor
 // Modified by:
-// Created:     ??/??/98
+// Created:     1998-01-01
 // RCS-ID:      $Id$
-// Copyright:   (c) AUTHOR
-// Licence:    wxWindows licence
+// Copyright:   (c) Stefan Csomor
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 #ifndef _WX_PALETTE_H_
 #define _WX_PALETTE_H_
 
-#if defined(__GNUG__) && !defined(__APPLE__)
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
 #pragma interface "palette.h"
 #endif