From d69bb623f217e43059bd4b170deb5ab28349b580 Mon Sep 17 00:00:00 2001 From: asl Date: Thu, 28 Nov 2013 10:57:49 +0000 Subject: [PATCH] patch for correct compilation on Linux --- src/HYDROGUI/HYDROGUI_VTKPrsDisplayer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/HYDROGUI/HYDROGUI_VTKPrsDisplayer.h b/src/HYDROGUI/HYDROGUI_VTKPrsDisplayer.h index 7a47a6f8..5db3e743 100644 --- a/src/HYDROGUI/HYDROGUI_VTKPrsDisplayer.h +++ b/src/HYDROGUI/HYDROGUI_VTKPrsDisplayer.h @@ -127,7 +127,7 @@ private: HYDROGUI_VTKPrsDriver* myDriver; - QMap> myScalarBars; //!< Colors legend presentations + QMap > myScalarBars; //!< Colors legend presentations }; #endif -- 2.39.2