]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/stubs/colour.h
no message
[wxWidgets.git] / include / wx / stubs / colour.h
index e8fca8e3b413d11cf03faae06f87a69619641953..452d946cdca9377a672c963a33daac7933761abe 100644 (file)
@@ -16,6 +16,9 @@
 #pragma interface "colour.h"
 #endif
 
+#include "wx/object.h"
+#include "wx/string.h"
+
 // Colour
 class WXDLLEXPORT wxColour: public wxObject
 {
@@ -49,7 +52,9 @@ public:
 
   inline bool operator != (const wxColour& colour) { return (!(m_red == colour.m_red && m_green == colour.m_green && m_blue == colour.m_blue)); }
 
+/* TODO
   WXCOLORREF GetPixel() const { return m_pixel; };
+*/
 
  private:
   bool                         m_isInit;