X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/84206bbb3266e45837ce6e099b135a72d5389dc8..59953bf4ba167311fb0cd2c2c0f3d5d0475b98c8:/include/wx/cpp.h diff --git a/include/wx/cpp.h b/include/wx/cpp.h index 6c93ca0ac9..77a907f3ac 100644 --- a/include/wx/cpp.h +++ b/include/wx/cpp.h @@ -47,5 +47,11 @@ /* Create a "unique" name with the given prefix */ #define wxMAKE_UNIQUE_NAME(text) wxCONCAT_LINE(text) +/* + This macro can be passed as argument to another macro when you don't have + anything to pass in fact. + */ +#define wxEMPTY_PARAMETER_VALUE /* Fake macro parameter value */ + #endif // _WX_CPP_H_