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:
@@ -140,7 +140,7 @@ protected:
|
||||
// Platform-specific implementation of SetTickFreq
|
||||
virtual void DoSetTickFreq(int freq);
|
||||
|
||||
DECLARE_DYNAMIC_CLASS_NO_COPY(wxSlider)
|
||||
wxDECLARE_DYNAMIC_CLASS_NO_COPY(wxSlider);
|
||||
};
|
||||
|
||||
#endif // _WX_SLIDER_H_
|
||||
|
Reference in New Issue
Block a user