Salome HOME
Restore change of mesh icon depending on its status
[modules/smesh.git] / src / SMESH / SMESH_subMesh.hxx
index 3d26972411c1d608281f2d65ebcbad36789f47e5..9db6348cdf056c034efe4d9447c8473b2184a741 100644 (file)
@@ -261,7 +261,7 @@ public:
    *        none mesh entity is bound to it
    */
   void SetIsAlwaysComputed(bool isAlCo);
-  bool IsAlwaysComputed() { return _alwaysComputed; }
+  bool IsAlwaysComputed() const { return _alwaysComputed; }
 
   bool SubMeshesComputed(bool * isFailedToCompute=0) const;