Use wx-prefixed macros throughout the repository.
Change {DECLARE,IMPLEMENT}_*CLASS and {DECLARE,BEGIN,END}_EVENT_TABLE
occurrences to use the wx-prefixed version of the macros.
This commit is contained in:
@@ -440,7 +440,7 @@ protected :
|
||||
ControlRef m_controlRef;
|
||||
wxFont m_font;
|
||||
long m_windowStyle;
|
||||
DECLARE_DYNAMIC_CLASS_NO_COPY(wxMacControl)
|
||||
wxDECLARE_DYNAMIC_CLASS_NO_COPY(wxMacControl);
|
||||
};
|
||||
|
||||
// ============================================================================
|
||||
@@ -581,7 +581,7 @@ protected :
|
||||
virtual Boolean CompareItems(DataBrowserItemID itemOneID,
|
||||
DataBrowserItemID itemTwoID,
|
||||
DataBrowserPropertyID sortProperty) = 0;
|
||||
DECLARE_ABSTRACT_CLASS(wxMacDataBrowserControl)
|
||||
wxDECLARE_ABSTRACT_CLASS(wxMacDataBrowserControl);
|
||||
};
|
||||
|
||||
// ============================================================================
|
||||
@@ -755,7 +755,7 @@ protected:
|
||||
private :
|
||||
|
||||
bool m_suppressSelection;
|
||||
DECLARE_DYNAMIC_CLASS_NO_COPY(wxMacDataItemBrowserControl)
|
||||
wxDECLARE_DYNAMIC_CLASS_NO_COPY(wxMacDataItemBrowserControl);
|
||||
};
|
||||
|
||||
class WXDLLIMPEXP_CORE wxMacDataItemBrowserSelectionSuppressor
|
||||
@@ -894,7 +894,7 @@ private:
|
||||
wxArrayMacDataBrowserColumns m_columns;
|
||||
int m_nextColumnId ;
|
||||
|
||||
DECLARE_DYNAMIC_CLASS_NO_COPY(wxMacDataBrowserListControl)
|
||||
wxDECLARE_DYNAMIC_CLASS_NO_COPY(wxMacDataBrowserListControl);
|
||||
};
|
||||
|
||||
// ============================================================================
|
||||
@@ -1038,7 +1038,7 @@ protected :
|
||||
WXEVENTHANDLERREF m_macEventHandler ;
|
||||
WindowRef m_macWindow;
|
||||
void * m_macFullScreenData ;
|
||||
DECLARE_DYNAMIC_CLASS_NO_COPY(wxNonOwnedWindowCarbonImpl)
|
||||
wxDECLARE_DYNAMIC_CLASS_NO_COPY(wxNonOwnedWindowCarbonImpl);
|
||||
};
|
||||
|
||||
#endif // wxUSE_GUI
|
||||
|
||||
Reference in New Issue
Block a user