]> SALOME platform Git repositories - modules/smesh.git/blobdiff - src/SMESH/SMESH_Algo.hxx
Salome HOME
Win32 Porting.
[modules/smesh.git] / src / SMESH / SMESH_Algo.hxx
index d5178308f35b5d940b27353be6d0ea9091e6cb3e..dff9f7a97efec64ef9235f88c850abcda157ca4c 100644 (file)
@@ -150,7 +150,7 @@ public:
    *  have a name (type) listed in the algorithm. Hypothesis associated to
    *  father shape -are not- taken into account (see GetUsedHypothesis)
    */
-  const list <const SMESHDS_Hypothesis *> &
+  const std::list <const SMESHDS_Hypothesis *> &
   GetAppliedHypothesis(SMESH_Mesh &         aMesh,
                        const TopoDS_Shape & aShape,
                        const bool           ignoreAuxiliary=true);