mirror of
https://github.com/wxWidgets/wxWidgets.git
synced 2026-09-23 23:13:12 +08:00
Replace old-style DECLARE_ macros
This commit is contained in:
@@ -27,8 +27,8 @@ public:
|
||||
private:
|
||||
wxBitmap m_selected;
|
||||
|
||||
DECLARE_CLASS(wxMemoryDCImpl);
|
||||
DECLARE_NO_COPY_CLASS(wxMemoryDCImpl);
|
||||
wxDECLARE_CLASS(wxMemoryDCImpl);
|
||||
wxDECLARE_NO_COPY_CLASS(wxMemoryDCImpl);
|
||||
};
|
||||
|
||||
#endif // _WX_QT_DCMEMORY_H_
|
||||
|
||||
Reference in New Issue
Block a user