]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/imaglist.cpp
Build fix after wxColourBase introduction.
[wxWidgets.git] / src / generic / imaglist.cpp
index 0e3d1c01bd154d970d75175409411ece570b89e8..9ec73fa68e0a9785ac1dc27822523b4be44630a0 100644 (file)
@@ -1,5 +1,5 @@
 /////////////////////////////////////////////////////////////////////////////
-// Name:        generic/imaglist.cpp
+// Name:        src/generic/imaglist.cpp
 // Purpose:
 // Author:      Robert Roebling
 // Id:          $id$
 // For compilers that support precompilation, includes "wx.h".
 #include "wx/wxprec.h"
 
-#if wxUSE_IMAGLIST
-
 #ifdef __BORLANDC__
-#pragma hdrstop
+    #pragma hdrstop
 #endif
 
-#include "wx/defs.h"
+#if wxUSE_IMAGLIST
 
 #ifndef __WXPALMOS__
 
@@ -86,7 +84,7 @@ int wxGenericImageList::Add( const wxBitmap &bitmap )
         m_width = bitmap.GetWidth();
         m_height = bitmap.GetHeight();
     }
-    
+
     return m_images.GetCount()-1;
 }