]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/richtext/richtextxml.h
Make wxJoystick::GetNumberJoystick a static method, as the number of
[wxWidgets.git] / include / wx / richtext / richtextxml.h
index 175c51a31d9053a6ea9dc357a6b30d7c7d6fdd4b..9f4cf24533b25eafa7c73aafaeb62b9ad9ddbaa8 100644 (file)
@@ -18,7 +18,7 @@
 
 #include "wx/richtext/richtextbuffer.h"
 
-#if wxUSE_RICHTEXT
+#if wxUSE_RICHTEXT && wxUSE_XML
 
 /*!
  * wxRichTextXMLHandler
@@ -106,7 +106,7 @@ protected:
 };
 
 #endif
-    // wxUSE_RICHTEXT
+    // wxUSE_RICHTEXT && wxUSE_XML
 
 #endif
     // _WX_RICHTEXTXML_H_