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:
@@ -19,7 +19,7 @@
|
||||
|
||||
class WXDLLIMPEXP_CORE wxWindowsPrinter : public wxPrinterBase
|
||||
{
|
||||
DECLARE_DYNAMIC_CLASS(wxWindowsPrinter)
|
||||
wxDECLARE_DYNAMIC_CLASS(wxWindowsPrinter);
|
||||
|
||||
public:
|
||||
wxWindowsPrinter(wxPrintDialogData *data = NULL);
|
||||
@@ -59,7 +59,7 @@ protected:
|
||||
virtual bool RenderPageIntoBitmap(wxBitmap& bmp, int pageNum);
|
||||
#endif
|
||||
|
||||
DECLARE_DYNAMIC_CLASS_NO_COPY(wxWindowsPrintPreview)
|
||||
wxDECLARE_DYNAMIC_CLASS_NO_COPY(wxWindowsPrintPreview);
|
||||
};
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user