]> SALOME platform Git repositories - modules/hydro.git/commitdiff
Salome HOME
patch for Linux compilation
authorasl <asl@opencascade.com>
Fri, 24 Oct 2014 11:23:17 +0000 (11:23 +0000)
committerasl <asl@opencascade.com>
Fri, 24 Oct 2014 11:23:17 +0000 (11:23 +0000)
src/HYDROGUI/HYDROGUI_PriorityTableModel.cxx

index de7a41c87e397a91ceea8f6662f2a4948fb44f4c..16023dad5bfd8c71d1d23d4facc3daab4089583b 100644 (file)
@@ -263,7 +263,7 @@ bool HYDROGUI_PriorityTableModel::createNewRule()
   }
 
   // Existing pairs of object indexes
-  QList<QPair<int, int>> aRules;
+  QList< QPair<int, int> > aRules;
   foreach( const HYDROData_CustomRule& aRule, getRules() ) {
     int anIndex1 = myObjects.indexOf( aRule.Object1 );
     int anIndex2 = myObjects.indexOf( aRule.Object2 );