From 1ad3406d04aa81800693d6811c7c36e87e0c95c1 Mon Sep 17 00:00:00 2001 From: asl Date: Wed, 15 Nov 2017 08:24:23 +0300 Subject: [PATCH] minor code review --- src/HYDROGUI/HYDROGUI_ZoneSetColorOp.h | 2 +- src/HYDRO_tests/reference_data/CMakeLists.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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() -- 2.39.2