]> SALOME platform Git repositories - modules/hydro.git/commitdiff
Salome HOME
compilation on Linux
authorasl <asl@opencascade.com>
Mon, 30 Mar 2015 07:24:12 +0000 (10:24 +0300)
committerasl <asl@opencascade.com>
Mon, 30 Mar 2015 07:24:12 +0000 (10:24 +0300)
src/HYDROData/HYDROData_IProfilesInterpolator.h
src/HYDROGUI/HYDROGUI_ObjComboBox.h

index a98c70fc8334c2d70a3d15afec1f2cb3e8e13f2c..f00e5df0bac34b262a4618299e531a896049aaf0 100644 (file)
@@ -138,7 +138,7 @@ private:
   InterpolationError myErrorCode; ///< the last error code
   std::string myErrorMessage; ///< the last error message
 
-  std::vector<std::vector<double>> myResultProfiles; ///< the list of result profiles
+  std::vector< std::vector<double> > myResultProfiles; ///< the list of result profiles
 };
 
 #endif
index 59502e28d96286fef55b2a9c6a5e456937c7e6bd..96889e0102f5755036675b2781becbb6d5ce5751 100644 (file)
 #define HYDROGUI_OBJCOMBOBOX_H
 
 #include <HYDROData_Entity.h>
-
-#include <QComboBox.h>
+#include <QComboBox>
 
 class HYDROGUI_Module;
 class HYDROGUI_ObjComboBoxFilter;
-
 class SUIT_SelectionMgr;
 
 class HYDROGUI_ObjComboBox : public QWidget