]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/colour.h
Don't unconditionally include the generic headers, fixes build
[wxWidgets.git] / include / wx / gtk / colour.h
index 8eaa38e963c85f565116e5b2422c663ebcb2950e..f41c52410df9798046de818191c8a750dca78e7d 100644 (file)
@@ -48,8 +48,10 @@ public:
 #endif
 
 protected:
+    virtual void
+    InitRGBA(unsigned char r, unsigned char g, unsigned char b, unsigned char a);
+
     virtual bool FromString(const wxChar *str);
-    virtual void InitWith( unsigned char red, unsigned char green, unsigned char blue );
 
 private:
     DECLARE_DYNAMIC_CLASS(wxColour)