diff options
Diffstat (limited to 'src/resources/loaders/xmlloader.h')
-rw-r--r-- | src/resources/loaders/xmlloader.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/resources/loaders/xmlloader.h b/src/resources/loaders/xmlloader.h index d222f1c17..a52186daa 100644 --- a/src/resources/loaders/xmlloader.h +++ b/src/resources/loaders/xmlloader.h @@ -30,7 +30,7 @@ namespace Loader { XML::Document *getXml(const std::string &idPath, - const UseResman useResman, + const UseVirtFs useResman, const SkipError skipError) A_WARN_UNUSED; } // namespace Loader |