ports/editors/xmlcopyeditor/files/patch-src_xmlcopyeditor.h.diff
Beech Rintoul 499d5c44c2 - New port xmlcopyeditor-1.1.0.3
- XML Copy Editor is a fast validating XML editor.

Features:

    * DTD/XML Schema/RELAX NG validation
    * XSLT
    * XPath
    * Pretty-printing
    * Syntax highlighting
    * Folding
    * Tag completion
    * Tag locking
    * Tag-free editing
    * Spelling and style check
    * Built-in support for XHTML, XSL, DocBook and TEI

PR:		ports/118483
Submitted by:	Jose Garcia Juanino <jjuanino@gmail.com> (maintainer)
Approved by:	linimon (mentor)
2008-01-02 22:23:28 +00:00

10 lines
278 B
Diff

--- src/xmlcopyeditor.h.orig Thu Dec 20 19:39:44 2007
+++ src/xmlcopyeditor.h Thu Dec 20 19:40:47 2007
@@ -21,6 +21,7 @@
#define XMLCOPYEDITOR_H
#define NEWFINDREPLACE 1
+#define ICONV_CHAR_CAST(x) ((ICONV_CONST char **)(x))
#include <wx/wx.h>
#include <wx/fdrepdlg.h>