summaryrefslogtreecommitdiff
path: root/SA_POP/TaskMapFileIn.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'SA_POP/TaskMapFileIn.cpp')
-rw-r--r--SA_POP/TaskMapFileIn.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/SA_POP/TaskMapFileIn.cpp b/SA_POP/TaskMapFileIn.cpp
index 85879795aee..07508849e87 100644
--- a/SA_POP/TaskMapFileIn.cpp
+++ b/SA_POP/TaskMapFileIn.cpp
@@ -41,7 +41,7 @@ void TaskMapFileIn::build_task_map (std::string filename, Builder *builder)
throw "SA_POP::TaskMapFileIn::build_task_map (): Could not initialize XML_Helper";
// Set path to XML schemas (XSD files).
- XML_Helper::_path_resolver.add_path (SA_POP::ROOT_PATH_STR.c_str (), SA_POP::XSD_REL_PATH_STR.c_str ());
+ XML_Helper::_path_resolver.add_path (SA_POP::Default::ROOT_PATH_STR.c_str (), SA_POP::Default::XSD_REL_PATH_STR.c_str ());
// Parse file with Xerces.
XERCES_CPP_NAMESPACE::DOMDocument *dom =