]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/palmos/colour.h
Use re_search directly instead of regexec when using the GNU regex lib
[wxWidgets.git] / include / wx / palmos / colour.h
index e95c1c5a66e00be2fafbe4d2420e2391215266e6..9bd926c3726b538131b93b6ce7b10c1aa8205e71 100644 (file)
@@ -1,10 +1,10 @@
 /////////////////////////////////////////////////////////////////////////////
 // Name:        wx/palmos/colour.h
 // Purpose:     wxColour class
-// Author:      William Osborne
+// Author:      William Osborne - minimal working wxPalmOS port
 // Modified by:
 // Created:     10/13/04
-// RCS-ID:      $Id
+// RCS-ID:      $Id$
 // Copyright:   (c) William Osborne
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 #ifndef _WX_COLOUR_H_
 #define _WX_COLOUR_H_
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-    #pragma interface "colour.h"
-#endif
-
 #include "wx/object.h"
 
 // ----------------------------------------------------------------------------