From 76c718091a4c73054ecf2272ccea60f5e9569e9a Mon Sep 17 00:00:00 2001 From: Chris Elliott Date: Fri, 2 May 2003 14:05:03 +0000 Subject: [PATCH] typo fix git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20437 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/defs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/wx/defs.h b/include/wx/defs.h index 3f08c269fb..bde449e9c8 100644 --- a/include/wx/defs.h +++ b/include/wx/defs.h @@ -242,7 +242,7 @@ typedef int wxWindowID; // Metrowerks CW6 or higher has explicit #define HAVE_EXPLICIT #elif defined(__DIGITALMARS__) - #define HAAVE_EXPLICIT + #define HAVE_EXPLICIT #endif #endif // !HAVE_EXPLICIT -- 2.50.0