]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/motif/colour.h
Applied [ 1555974 ] small wxURL improvements
[wxWidgets.git] / include / wx / motif / colour.h
index 7f289660bf8c7480187700866a24734231321dab..9d89cccac4e746cb7048c4ff45265f51d5db93cd 100644 (file)
@@ -32,7 +32,7 @@ public:
     wxColour& operator = ( const wxColour& col );
 
     // dtor
-    ~wxColour();
+    virtual ~wxColour();
 
 
     // accessors
@@ -62,7 +62,8 @@ protected:
     // Helper function
     void Init();
 
-    virtual void InitWith( unsigned char red, unsigned char green, unsigned char blue );
+    virtual void
+    InitRGBA(unsigned char r, unsigned char g, unsigned char b, unsigned char a);
 
 private:
     bool          m_isInit;