]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/markupparser.cpp
Use text/uri-list instead of x-moz-url in wxGTK wxURLDataObject.
[wxWidgets.git] / src / common / markupparser.cpp
index 929543c0a755570cd5b8fcc716b4ef042ae4356c..c0580e242fe770185d0abb4e3480cc4a4e37a12f 100644 (file)
@@ -284,7 +284,7 @@ bool wxMarkupParser::Parse(const wxString& text)
                     // and doesn't need to be defined if they're not compiled
                     // at all (it actually would result in unused variable
                     // messages in this case).
-#if wxUSE_LOG_DEBUG && defined(HAVE_VARIADIC_MACROS)
+#if wxUSE_LOG_DEBUG || !defined(HAVE_VARIADIC_MACROS)
                     // Remember the tag starting position for the error
                     // messages.
                     const size_t pos = it - text.begin();