1
0
mirror of https://github.com/fwbuilder/fwbuilder synced 2026-05-02 23:27:30 +02:00

fix: Define FREEXMLBUFF

This commit is contained in:
Sirius Bakke 2018-09-12 20:20:53 +02:00
parent 123dceefc4
commit fc77645e2d

View File

@ -54,6 +54,7 @@ namespace libfwbuilder
#define FROMXMLCAST(x) ((const char *)x)
#define STRTOXMLCAST(x) ((xmlChar *)x.c_str())
#define TOXMLCAST(x) ((xmlChar *)x)
#define FREEXMLBUFF(x) xmlFree((void*)(x))
class XMLTools
{