X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/84206bbb3266e45837ce6e099b135a72d5389dc8..0441868f0826077c1412a9828e5f3e67f32c425d:/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_