diff --git a/aegisub/macosx/bevelButton.cpp b/aegisub/macosx/bevelButton.cpp index ff577b6c8..ba4d515e2 100644 --- a/aegisub/macosx/bevelButton.cpp +++ b/aegisub/macosx/bevelButton.cpp @@ -12,7 +12,7 @@ #ifdef __WXMAC__ #if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) -#pragma implementation "button.h" +#pragma implementation "bevelButton.h" #endif #include "wx/wxprec.h" @@ -24,7 +24,6 @@ IMPLEMENT_DYNAMIC_CLASS(wxBevelButton, wxControl) #include "wx/mac/uma.h" -#include "bevelButton.h" // Button static const int kMacOSXHorizontalBorder = 2 ; diff --git a/aegisub/macosx/bevelButton.h b/aegisub/macosx/bevelButton.h index ac01cce2d..d951f4f63 100644 --- a/aegisub/macosx/bevelButton.h +++ b/aegisub/macosx/bevelButton.h @@ -17,7 +17,7 @@ #include "wx/control.h" #include "wx/gdicmn.h" -WXDLLEXPORT_DATA(extern const wxChar*) wxButtonNameStr; +//WXDLLEXPORT_DATA(extern const wxChar*) wxButtonNameStr; // Pushbutton class WXDLLEXPORT wxBevelButton: public wxButton