From: Claire Mouton Date: Fri, 16 Nov 2012 10:20:28 +0000 (+0000) Subject: Bug #1776 Compilation error src/creaImageIOSimpleView.h X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?p=creaImageIO.git;a=commitdiff_plain;h=0273cd213fbc2d2d95b412d05ba17fb32e4e3db0 Bug #1776 Compilation error src/creaImageIOSimpleView.h --- 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