]> git.saurik.com Git - wxWidgets.git/blobdiff - tests/regex/regextest.cpp
Resolve ambiguity between GetClientXXX() methods in wxOSX wxComboBox.
[wxWidgets.git] / tests / regex / regextest.cpp
index bfe200932a213590f3124232bf423d520f7a8dcc..c31b63983475f06acc2e7d44468f7bf504e6d3a7 100644 (file)
@@ -36,6 +36,8 @@
     #pragma hdrstop
 #endif
 
+#if wxUSE_REGEX
+
 // for all others, include the necessary headers
 #ifndef WX_PRECOMP
     #include "wx/wx.h"
@@ -393,3 +395,5 @@ void RegExTestSuite::add(
 
 
 #endif // wxHAS_REGEX_ADVANCED
+
+#endif // wxUSE_REGEX