Salome HOME
*** empty log message ***
[modules/gui.git] / src / SUIT / SUIT_Study.cxx
index cbff2154e0997ea1312318b9a452adb13ea02128..ea157b387a18515888e23409d0343e6f7c964232 100755 (executable)
@@ -15,7 +15,7 @@ myName( "" )
 {
   static int _id = 0;
 
-  myId = _id++;
+  myId = ++_id;
 
   myRoot = new SUIT_DataObject();
   myOperations.setAutoDelete( false );