]> SALOME platform Git repositories - modules/shaper.git/commitdiff
Salome HOME
Compilation issue fix
authormpv <mpv@opencascade.com>
Thu, 4 Jun 2015 12:49:00 +0000 (15:49 +0300)
committermpv <mpv@opencascade.com>
Thu, 4 Jun 2015 12:49:00 +0000 (15:49 +0300)
src/Model/Model_Document.cpp

index e032dbc691d941e6a0d88c4af67d1a7891f53784..c2e4c355f64ea7028dcabb986617bf00e319b82a 100644 (file)
@@ -828,7 +828,7 @@ ResultPtr Model_Document::findByName(const std::string theName)
   return myObjs->findByName(theName);
 }
 
-std::list<std::shared_ptr<ModelAPI_Feature> > allFeatures()
+std::list<std::shared_ptr<ModelAPI_Feature> > Model_Document::allFeatures()
 {
   return myObjs->allFeatures();
 }