diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/astra/Config.h | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/include/astra/Config.h b/include/astra/Config.h index 9893c90..0230dbe 100644 --- a/include/astra/Config.h +++ b/include/astra/Config.h @@ -51,6 +51,8 @@ struct _AstraExport Config {  	XMLNode* self;  	XMLNode* global; + +	XMLDocument *_doc;  };  struct ConfigCheckData {  | 
