diff --git a/include/wx/defs.h b/include/wx/defs.h index 12eb9c9085..3f08c269fb 100644 --- a/include/wx/defs.h +++ b/include/wx/defs.h @@ -241,6 +241,8 @@ typedef int wxWindowID; #elif defined(__MWERKS__) && (__MWERKS__ >= 0x2400) // Metrowerks CW6 or higher has explicit #define HAVE_EXPLICIT + #elif defined(__DIGITALMARS__) + #define HAAVE_EXPLICIT #endif #endif // !HAVE_EXPLICIT