From: asl Date: Fri, 24 Oct 2014 11:23:17 +0000 (+0000) Subject: patch for Linux compilation X-Git-Tag: BR_hydro_v_1_0_4~20 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=5a4cb1fb4122437e235eac790670e36e61de852e;p=modules%2Fhydro.git patch for Linux compilation --- diff --git a/src/HYDROGUI/HYDROGUI_PriorityTableModel.cxx b/src/HYDROGUI/HYDROGUI_PriorityTableModel.cxx index de7a41c8..16023dad 100644 --- a/src/HYDROGUI/HYDROGUI_PriorityTableModel.cxx +++ b/src/HYDROGUI/HYDROGUI_PriorityTableModel.cxx @@ -263,7 +263,7 @@ bool HYDROGUI_PriorityTableModel::createNewRule() } // Existing pairs of object indexes - QList> aRules; + QList< QPair > aRules; foreach( const HYDROData_CustomRule& aRule, getRules() ) { int anIndex1 = myObjects.indexOf( aRule.Object1 ); int anIndex2 = myObjects.indexOf( aRule.Object2 );