]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/colour.cpp
another fix for !USE_PCH: added missing wx/imaglist.h include
[wxWidgets.git] / src / msw / colour.cpp
index bb48744db79aacac1fb50959c3f371fa3d67a267..d537b88849eb2dc1ec12de0e3147c9353b307331 100644 (file)
@@ -1,5 +1,5 @@
 /////////////////////////////////////////////////////////////////////////////
-// Name:        colour.cpp
+// Name:        src/msw/colour.cpp
 // Purpose:     wxColour class
 // Author:      Julian Smart
 // Modified by:
@@ -123,4 +123,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);
 }
-