diff options
Diffstat (limited to 'cli/src/cli.h')
| -rw-r--r-- | cli/src/cli.h | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/src/cli.h b/cli/src/cli.h index 6e05e099645..ab401043d98 100644 --- a/cli/src/cli.h +++ b/cli/src/cli.h @@ -141,7 +141,7 @@ struct cli_local {          gf_boolean_t    all;  #if (HAVE_LIB_XML)          xmlTextWriterPtr        writer; -        xmlBufferPtr            buf; +        xmlDocPtr               doc;          int                     vol_count;  #endif  };  | 
