]> git.saurik.com Git - wxWidgets.git/blobdiff - src/osx/carbon/statline.cpp
Explicitly set "C" locale for the tests using decimal point.
[wxWidgets.git] / src / osx / carbon / statline.cpp
index 62abfd106afd947fe72679132024c72ae50d2c3f..1d68d6b7fcc27eb73b00e7adf5d8720b8b2ad403 100644 (file)
@@ -1,5 +1,5 @@
 /////////////////////////////////////////////////////////////////////////////
-// Name:        src/mac/carbon/statline.cpp
+// Name:        src/osx/carbon/statline.cpp
 // Purpose:     wxStaticLine class
 // Author:      Vadim Zeitlin
 // Created:     28.06.99
@@ -20,9 +20,6 @@
     #include "wx/statbox.h"
 #endif
 
-IMPLEMENT_DYNAMIC_CLASS(wxStaticLine, wxControl)
-
-
 bool wxStaticLine::Create( wxWindow *parent,
     wxWindowID id,
     const wxPoint &pos,