summaryrefslogtreecommitdiff
path: root/src/utils/xml/libxml.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils/xml/libxml.h')
-rw-r--r--src/utils/xml/libxml.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/utils/xml/libxml.h b/src/utils/xml/libxml.h
index f1c192072..9ef419121 100644
--- a/src/utils/xml/libxml.h
+++ b/src/utils/xml/libxml.h
@@ -28,7 +28,7 @@
#define XML_INCLUDE_DEFINE
#include "enums/simpletypes/skiperror.h"
-#include "enums/simpletypes/useresman.h"
+#include "enums/simpletypes/usevirtfs.h"
#include "utils/xml/libxml.inc"
@@ -57,7 +57,7 @@ namespace XML
* resource manager. Logs errors.
*/
Document(const std::string &filename,
- const UseResman useResman,
+ const UseVirtFs useResman,
const SkipError skipError);
/**