X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/706068e4011b42dd98a0ec8306cfac684712c802..8b385bf892c1f831965313eaf3ee59b10b435afd:/interface/wx/defs.h?ds=sidebyside diff --git a/interface/wx/defs.h b/interface/wx/defs.h index b1b2c9536e..cdfa5d7ac5 100644 --- a/interface/wx/defs.h +++ b/interface/wx/defs.h @@ -290,6 +290,18 @@ enum wxPaperSize */ #define DECLARE_NO_COPY_CLASS(classname) +/** + Equivalent of DECLARE_NO_COPY_CLASS() for template classes. + + This macro can be used for template classes (with a single template + parameter) for the same purpose as DECLARE_NO_COPY_CLASS() is used with the + non-template classes. + + @param classname The name of the template class. + @param arg The name of the template parameter. + */ +#define DECLARE_NO_COPY_TEMPLATE_CLASS(classname, arg) + /** This macro can be used around a function declaration to generate warnings indicating that this function is deprecated (i.e. obsolete and planned to