From 0273cd213fbc2d2d95b412d05ba17fb32e4e3db0 Mon Sep 17 00:00:00 2001 From: Claire Mouton Date: Fri, 16 Nov 2012 10:20:28 +0000 Subject: [PATCH] Bug #1776 Compilation error src/creaImageIOSimpleView.h --- appli/CMakeLists.txt | 2 +- appli/TestWxItkView/main.cxx | 2 +- src/creaImageIOSimpleView.cpp | 1 - src/creaImageIOSimpleView.h | 4 +++- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/appli/CMakeLists.txt b/appli/CMakeLists.txt index e20c064..cfddc11 100644 --- a/appli/CMakeLists.txt +++ b/appli/CMakeLists.txt @@ -41,7 +41,7 @@ IF(!USE_INSTALL_APP) ENDIF(USE_QT4) IF(USE_ITK) - ADD_SUBDIRECTORY(TestWxItkView) +# ADD_SUBDIRECTORY(TestWxItkView) ENDIF(USE_ITK) #ADD_SUBDIRECTORY(TestWxGimmickReaderDialogJava) #LSE (BUILD_V2) diff --git a/appli/TestWxItkView/main.cxx b/appli/TestWxItkView/main.cxx index bba17df..ebeeb96 100644 --- a/appli/TestWxItkView/main.cxx +++ b/appli/TestWxItkView/main.cxx @@ -31,7 +31,7 @@ #include #include #include -#include +//#include #define ITK_DIM_TO_TEST 3 diff --git a/src/creaImageIOSimpleView.cpp b/src/creaImageIOSimpleView.cpp index cfede76..7d6a485 100644 --- a/src/creaImageIOSimpleView.cpp +++ b/src/creaImageIOSimpleView.cpp @@ -85,4 +85,3 @@ namespace creaImageIO return bresult; } } - diff --git a/src/creaImageIOSimpleView.h b/src/creaImageIOSimpleView.h index d1a9886..25cff51 100644 --- a/src/creaImageIOSimpleView.h +++ b/src/creaImageIOSimpleView.h @@ -54,4 +54,6 @@ namespace creaImageIO bool readDirectory(const std::string i_pathname, std::vector< vtkImageData *> &i_imgs); }; -} \ No newline at end of file +} + +#endif -- 2.45.0