From: asl Date: Wed, 15 Nov 2017 05:24:23 +0000 (+0300) Subject: minor code review X-Git-Tag: v2.1~21 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=1ad3406d04aa81800693d6811c7c36e87e0c95c1;p=modules%2Fhydro.git minor code review --- diff --git a/src/HYDROGUI/HYDROGUI_ZoneSetColorOp.h b/src/HYDROGUI/HYDROGUI_ZoneSetColorOp.h index 5b116fe1..15c5982a 100644 --- a/src/HYDROGUI/HYDROGUI_ZoneSetColorOp.h +++ b/src/HYDROGUI/HYDROGUI_ZoneSetColorOp.h @@ -20,7 +20,7 @@ #define HYDROGUI_ZONESETCOLOROP_H #include "HYDROGUI_Operation.h" -#include ; +#include class HYDROGUI_ZoneSetColorOp : public HYDROGUI_Operation { diff --git a/src/HYDRO_tests/reference_data/CMakeLists.txt b/src/HYDRO_tests/reference_data/CMakeLists.txt index f8c9f8ff..14e651d8 100644 --- a/src/HYDRO_tests/reference_data/CMakeLists.txt +++ b/src/HYDRO_tests/reference_data/CMakeLists.txt @@ -160,4 +160,4 @@ ELSE() FOREACH(file ${REFERENCE_DATA}) INSTALL(FILES linux/${file} DESTINATION ${TEST_INSTALL_DIRECTORY}) ENDFOREACH() -ENDIF() \ No newline at end of file +ENDIF()