Salome HOME
WIN 32 compilation.
[modules/kernel.git] / src / ModuleCatalog / SALOME_ModuleCatalog_impl.cxx
index 3a7e57a9cae46a91fc28508ec615354539e0408c..92535e04917e210fda628b61c526411a2eef82ce 100644 (file)
@@ -235,7 +235,7 @@ SALOME_ModuleCatalogImpl::SALOME_ModuleCatalogImpl(int argc, char** argv, CORBA:
     std::list<std::string> dirList;
 
 #ifdef WIN32
-    dirList = splitStringToList(_general_path, SEPARATOR);
+    dirList = splitStringToList(myPrivate->_general_path, SEPARATOR);
 #else
     //check for new format
     bool isNew = (std::string( myPrivate->_general_path ).find(SEPARATOR) != std::string::npos);