X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5f7358f0fb24b25352a69c2e6ed8c013f50547dd..c6179a847d8899cceb8880abc2ab2fe9d0244c90:/include/wx/html/htmldefs.h diff --git a/include/wx/html/htmldefs.h b/include/wx/html/htmldefs.h index 38f74088d4..26edbeee4b 100644 --- a/include/wx/html/htmldefs.h +++ b/include/wx/html/htmldefs.h @@ -75,11 +75,11 @@ #define wxHTML_COND_ISANCHOR 1 // Finds the anchor of 'param' name (pointer to wxString). - + #define wxHTML_COND_ISIMAGEMAP 2 // Finds imagemap of 'param' name (pointer to wxString). // (used exclusively by m_image.cpp) - + #define wxHTML_COND_USER 10000 // User-defined conditions should start from this number