]> granicus.if.org Git - graphviz/commit
Visio plugin: replace redeclaration of 'xml_string' with a #include
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sun, 3 Oct 2021 17:03:07 +0000 (10:03 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Fri, 8 Oct 2021 14:50:57 +0000 (07:50 -0700)
commit2678b7812abc5d262e0ddb6db0b3630ecf803bbb
tree52344ae666d1d2e7f3f8dd1f2abe8c481eb94ce4
parentac24f1bb5b20d9674571577f0869d96e94595a79
Visio plugin: replace redeclaration of 'xml_string' with a #include

There is no need for this duplicate prototype, or to lie about its type
signature.

Related to #1868.
plugin/visio/VisioText.cpp