Replace old-style DECLARE_ macros

This commit is contained in:
Paul Cornett
2025-03-28 15:53:08 -07:00
parent 51354ea82c
commit cbb1bfe589
+2 -2
View File
@@ -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_