From 54e36635367627c6d5d6237a2dc292b0b0e75df4 Mon Sep 17 00:00:00 2001 From: Eduardo Davila Date: Tue, 31 May 2011 08:40:56 +0000 Subject: [PATCH] *** empty log message *** --- src/creaImageIOWxAnySimpleDlg.h | 9 +++++++++ src/creaImageIOWxISimpleDlg.hpp | 7 +++++++ src/creaImageIOWxIsimpleDlg.h | 8 ++++++++ tests/CMakeLists.txt | 2 +- 4 files changed, 25 insertions(+), 1 deletion(-) diff --git a/src/creaImageIOWxAnySimpleDlg.h b/src/creaImageIOWxAnySimpleDlg.h index 3412024..17656da 100644 --- a/src/creaImageIOWxAnySimpleDlg.h +++ b/src/creaImageIOWxAnySimpleDlg.h @@ -1,4 +1,10 @@ + +#ifndef __creaImageIOWxAnySimpleDlg_h_INCLUDED__ +#define __creaImageIOWxAnySimpleDlg_h_INCLUDED__ + + + #include "creaImageIOSimpleView.h" #include #include @@ -103,3 +109,6 @@ namespace creaImageIO }; } + + +#endif //__creaImageIOWxAnySimpleDlg_h_INCLUDED__ diff --git a/src/creaImageIOWxISimpleDlg.hpp b/src/creaImageIOWxISimpleDlg.hpp index 036b1ee..dbbbf8d 100644 --- a/src/creaImageIOWxISimpleDlg.hpp +++ b/src/creaImageIOWxISimpleDlg.hpp @@ -1,3 +1,8 @@ + +#ifndef __creaImageIOWxSimpleDlg_hpp_INCLUDED__ +#define __creaImageIOWxSimpleDlg_hpp_INCLUDED__ + + //#include "creaImageIOWxISimpleDlg.h" #include "creaImageIOWxGimmickReaderDialog.h" @@ -368,3 +373,5 @@ namespace creaImageIO }// namespace end +#endif //__creaImageIOWxSimpleDlg_hpp_INCLUDED__ + diff --git a/src/creaImageIOWxIsimpleDlg.h b/src/creaImageIOWxIsimpleDlg.h index d20691c..201c3dc 100644 --- a/src/creaImageIOWxIsimpleDlg.h +++ b/src/creaImageIOWxIsimpleDlg.h @@ -1,3 +1,8 @@ + +#ifndef __creaImageIOWxIsimpleDlg_h_INCLUDED__ +#define __creaImageIOWxIsimpleDlg_h_INCLUDED__ + + #include "creaImageIOSimpleView.h" #include "itkImageToVTKImageFilter.h" #include @@ -65,3 +70,6 @@ namespace creaImageIO } + + +#endif //__creaImageIOWxIsimpleDlg_h_INCLUDED__ diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index b3e6b22..e758885 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -10,7 +10,7 @@ CREATE_TEST_SOURCELIST(TEST_SOURCELIST "${TEST_DRIVER}.cpp" ${TEST_FILES}) ADD_EXECUTABLE(${TEST_DRIVER} ${TEST_SOURCELIST}) # Link dependent libraries -TARGET_LINK_LIBRARIES(${TEST_DRIVER} creaImageIO) +TARGET_LINK_LIBRARIES(${TEST_DRIVER} creaImageIO ) # Create list of tests for the ADD_TEST SET(TESTS_TO_ADD ${TEST_SOURCELIST}) -- 2.45.0