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:
@@ -45,7 +45,7 @@ protected:
|
||||
wxCoord YLOG2DEVREL(wxCoord y) const { return LogicalToDeviceYRel(y); }
|
||||
|
||||
private:
|
||||
DECLARE_CLASS(wxX11DCImpl)
|
||||
wxDECLARE_CLASS(wxX11DCImpl);
|
||||
};
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user