Salome HOME
Issue #1900: Clear cashed index on document closing
[modules/shaper.git] / src / PartSet / PartSet_Module.h
index 06fdf458c2017b925abb7b68151da9b3c9fee982..91338d132c19fe5a108eabf18dafc273a53a86b8 100755 (executable)
@@ -424,7 +424,7 @@ private:
   /// backup of the visible state to restore them by operation stop
   QMap<PartSet_Tools::ConstraintVisibleState, bool> myHasConstraintShown;
 
-  QModelIndex aActivePartIndex;
+  QModelIndex myActivePartIndex;
 };
 
 #endif