]> git.saurik.com Git - wxWidgets.git/commitdiff
corrected pragma interface/implementation for Mac OS X
authorGilles Depeyrot <gilles_depeyrot@mac.com>
Sun, 22 Jul 2001 17:03:06 +0000 (17:03 +0000)
committerGilles Depeyrot <gilles_depeyrot@mac.com>
Sun, 22 Jul 2001 17:03:06 +0000 (17:03 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11151 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/mac/statusbr.h
src/mac/carbon/statbrma.cpp
src/mac/statbrma.cpp

index 2803992734721f71acdec3b5b9a455e8ba060b9e..333a5fdd98b2bad04839250aa00393a534204b19 100644 (file)
@@ -14,7 +14,7 @@
 #define   _WX_STATBAR_H_
 
 #ifdef __GNUG__
-#pragma interface "statbar.h"
+#pragma interface "statbrma.h"
 #endif
 
 class WXDLLEXPORT wxStatusBarMac : public wxStatusBarGeneric
index f40b9b7e8df574e55437f1c57c5200f43ee7078b..ee0c59a422f03c6f85fc0c3bc7ec4891d8e98c9b 100644 (file)
@@ -10,7 +10,7 @@
 ///////////////////////////////////////////////////////////////////////////////
 
 #ifdef __GNUG__
-#pragma implementation "statbar.h"
+#pragma implementation "statbrma.h"
 #endif
 
 // ----------------------------------------------------------------------------
index f40b9b7e8df574e55437f1c57c5200f43ee7078b..ee0c59a422f03c6f85fc0c3bc7ec4891d8e98c9b 100644 (file)
@@ -10,7 +10,7 @@
 ///////////////////////////////////////////////////////////////////////////////
 
 #ifdef __GNUG__
-#pragma implementation "statbar.h"
+#pragma implementation "statbrma.h"
 #endif
 
 // ----------------------------------------------------------------------------