mirror of
https://github.com/fwbuilder/fwbuilder
synced 2026-05-02 23:27:30 +02:00
fix: Define FREEXMLBUFF
This commit is contained in:
parent
123dceefc4
commit
fc77645e2d
@ -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
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user