wxwidgets/include/wx/osx/core
Richard Powell 6c35c708d5 Fix -Wdeprecated-copy warnings when building in C++20 mode
Avoid implicit copy constructor warnings by using
wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN_DEF_COPY/wxDECLARE_NO_ASSIGN_DEF_COPY
instead of wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN.

Closes #23625.

Closes #23626.
2023-06-10 17:02:13 +02:00
..
private Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept 2022-10-15 18:10:45 +02:00
cfarray.h add implicit conversion to NSArray* 2018-10-01 08:10:13 +02:00
cfdataref.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
cfdictionary.h Fix -Wdeprecated-copy warnings when building in C++20 mode 2023-06-10 17:02:13 +02:00
cfref.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
cfstring.h Remove "encoding" argument from string-oriented wxOSX functions 2022-10-28 01:35:34 +02:00
cftype.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
colour.h Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept 2022-10-15 18:10:45 +02:00
dataview.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
evtloop.h Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept 2022-10-15 18:10:45 +02:00
hid.h Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
joystick.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
mimetype.h Use std::unordered_map<> in wxOSX wxMimeTypesManagerImpl 2023-04-18 00:54:12 +02:00
objcid.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
private.h Remove "encoding" argument from string-oriented wxOSX functions 2022-10-28 01:35:34 +02:00