From 5a4cb1fb4122437e235eac790670e36e61de852e Mon Sep 17 00:00:00 2001 From: asl Date: Fri, 24 Oct 2014 11:23:17 +0000 Subject: [PATCH] patch for Linux compilation --- src/HYDROGUI/HYDROGUI_PriorityTableModel.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ); -- 2.39.2