Salome HOME
Support of wide string
[modules/shaper.git] / src / Model / Model_Session.cpp
index 89f90ee4aff07fa7f3799e7dc193dab01b471437..40251ca3001cd156068d0c1579f1a4707fe3cfba 100644 (file)
@@ -362,7 +362,7 @@ std::list<std::shared_ptr<ModelAPI_Document> > Model_Session::allOpenedDocuments
   return aResult;
 }
 
-bool Model_Session::isLoadByDemand(const std::string theDocID, const int theDocIndex)
+bool Model_Session::isLoadByDemand(const std::wstring theDocID, const int theDocIndex)
 {
   return Model_Application::getApplication()->isLoadByDemand(theDocID, theDocIndex);
 }