]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/classic/slider.cpp
Build fix after wxColourBase introduction.
[wxWidgets.git] / src / mac / classic / slider.cpp
index 57d74bc8c485d2e9aef2c7a49566655679446ff9..361175dd9b069fd83301cb602bee88069939a593 100644 (file)
@@ -1,15 +1,19 @@
 /////////////////////////////////////////////////////////////////////////////
-// Name:        slider.cpp
+// Name:        src/mac/classic/slider.cpp
 // Purpose:     wxSlider
 // Author:      Stefan Csomor
 // Modified by:
 // Created:     1998-01-01
 // RCS-ID:      $Id$
 // Copyright:   (c) Stefan Csomor
-// Licence:       wxWindows licence
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
-#include "wx/defs.h"
+#include "wx/wxprec.h"
+
+#ifdef __BORLANDC__
+    #pragma hdrstop
+#endif
 
 #if wxUSE_SLIDER