]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/utils.h
Remove wxDialog::OnSysColourChanged() documentation.
[wxWidgets.git] / include / wx / utils.h
index 1ee4f2fbcbf8a227938f123c6328406a181e8800..45ae16eea5f14d82a34857836131da3205da71ae 100644 (file)
@@ -113,7 +113,7 @@ wxClip(T1 a, T2 b, T3 c)
 // String functions (deprecated, use wxString)
 // ----------------------------------------------------------------------------
 
-#ifdef WXWIN_COMPATIBILITY_2_8
+#if WXWIN_COMPATIBILITY_2_8
 // A shorter way of using strcmp
 wxDEPRECATED_INLINE(inline bool wxStringEq(const char *s1, const char *s2),
     return wxCRT_StrcmpA(s1, s2) == 0; )