diff options
Diffstat (limited to 'common/xmlparser.h')
-rw-r--r-- | common/xmlparser.h | 2 |
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)) { |