[DatFile, FileTools] Move GetXmlTextReader to a better location

This commit is contained in:
Matt Nadareski
2016-09-22 17:14:23 -07:00
parent 27cd7e89da
commit ae9bfb9cd3
4 changed files with 28 additions and 27 deletions

View File

@@ -33,7 +33,7 @@ namespace SabreTools
Dictionary<string, Tuple<long, bool>> depots = new Dictionary<string, Tuple<long, bool>>();
// Get the XML text reader for the configuration file, if possible
XmlTextReader xtr = DatFile.GetXmlTextReader(_config, _logger);
XmlTextReader xtr = FileTools.GetXmlTextReader(_config, _logger);
// Now parse the XML file for settings
if (xtr != null)