wxwidgets/interface
Vadim Zeitlin 09eff033d9 Hide operator<<() overloads used for wxVariant support too
Add new wxDECLARE_VARIANT_OBJECT_EXPORTED() macro defining these
operators as friend functions inside the class declaration and replace
all uses of DECLARE_VARIANT_OBJECT_EXPORTED() inside the core library
with the new macro to avoid defining any operator<<() overloads in the
global scope.

Also add wxIMPLEMENT_VARIANT_OBJECT() for consistency, even though it is
not really needed.
2024-01-06 23:06:02 +01:00
..
wx Hide operator<<() overloads used for wxVariant support too 2024-01-06 23:06:02 +01:00
check_syntax.sh Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00