aboutsummaryrefslogtreecommitdiff
path: root/common/xmlparser.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/xmlparser.h')
-rw-r--r--common/xmlparser.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/xmlparser.h b/common/xmlparser.h
index dcbfc60c2f..3b085eb544 100644
--- a/common/xmlparser.h
+++ b/common/xmlparser.h
@@ -187,7 +187,7 @@ public:
return true;
}
- bool loadFile(const FilesystemNode &node) {
+ bool loadFile(const FSNode &node) {
Common::File *f = new Common::File;
if (!f->open(node)) {