From 6612a70a1a2056589f70f57bf6b81269be1c645f Mon Sep 17 00:00:00 2001 From: Romulo Pinho Date: Tue, 13 Sep 2011 10:39:33 +0200 Subject: [PATCH] patches sent from Joel Schaerer --- .gitignore | 1 + itk/itkRayCastInterpolateImageFunctionWithOrigin.txx | 2 +- vv/vvMainWindowBase.h | 1 + vv/vvToolBase.h | 1 + vv/vvToolWidgetBase.cxx | 1 + 5 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..378eac2 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +build diff --git a/itk/itkRayCastInterpolateImageFunctionWithOrigin.txx b/itk/itkRayCastInterpolateImageFunctionWithOrigin.txx index e89579e..ebf73cf 100644 --- a/itk/itkRayCastInterpolateImageFunctionWithOrigin.txx +++ b/itk/itkRayCastInterpolateImageFunctionWithOrigin.txx @@ -1,4 +1,4 @@ -/*========================================================================= +/*======================================================================== Program: vv http://www.creatis.insa-lyon.fr/rio/vv Authors belong to: diff --git a/vv/vvMainWindowBase.h b/vv/vvMainWindowBase.h index 9aaf79c..3b99565 100644 --- a/vv/vvMainWindowBase.h +++ b/vv/vvMainWindowBase.h @@ -25,6 +25,7 @@ class vvSlicerManager; class QMenu; +class QTabWidget; //------------------------------------------------------------------------------ class vvMainWindowBase : public QMainWindow diff --git a/vv/vvToolBase.h b/vv/vvToolBase.h index c636a8d..3cd4fbf 100644 --- a/vv/vvToolBase.h +++ b/vv/vvToolBase.h @@ -21,6 +21,7 @@ #include "vvToolBaseBase.h" #include "vvToolCreator.h" +#include //------------------------------------------------------------------------------ template diff --git a/vv/vvToolWidgetBase.cxx b/vv/vvToolWidgetBase.cxx index d3cecbd..c780768 100644 --- a/vv/vvToolWidgetBase.cxx +++ b/vv/vvToolWidgetBase.cxx @@ -25,6 +25,7 @@ #include #include #include +#include //------------------------------------------------------------------------------ // Static initialisation -- 2.45.1