]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/colour.h
Many changes for wxInputHandler creation mainly related to:
[wxWidgets.git] / include / wx / msw / colour.h
index 4b40ce3fdadc2b21310bfcf7f0d7178731ddcb38..1a1460430517d12e1f69bf4a570d0044c54a5cc8 100644 (file)
@@ -30,7 +30,7 @@ public:
 
 
     // dtor
-    ~wxColour();
+    virtual ~wxColour();
 
 
     // accessors
@@ -63,7 +63,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;