]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/colour.cpp
Checkable items in wxToolMenuBarTool supported.
[wxWidgets.git] / src / msw / colour.cpp
index bb48744db79aacac1fb50959c3f371fa3d67a267..5ef30bb4d0330e69296085fad842731dbdfa3c3a 100644 (file)
@@ -1,5 +1,5 @@
 /////////////////////////////////////////////////////////////////////////////
-// Name:        colour.cpp
+// Name:        src/msw/colour.cpp
 // Purpose:     wxColour class
 // Author:      Julian Smart
 // Modified by:
@@ -18,6 +18,7 @@
 
 #include "wx/gdicmn.h"
 #include "wx/msw/private.h"
+#include "wx/colour.h"
 
 #include <string.h>
 
@@ -123,4 +124,3 @@ void wxColour::Set(unsigned char r, unsigned char g, unsigned char b)
     m_isInit = true;
     m_pixel = PALETTERGB(m_red, m_green, m_blue);
 }
-