]> Creatis software - gdcm.git/commitdiff
remove spurious ;
authorjpr <jpr>
Thu, 13 Sep 2007 08:43:59 +0000 (08:43 +0000)
committerjpr <jpr>
Thu, 13 Sep 2007 08:43:59 +0000 (08:43 +0000)
vtk/vtkImageColorViewer.cxx

index bb05379899d3a8f9e39701dc490a282efe60d12a..f6451f9c25f2aa848761ebe7f089a74d2c000fa7 100644 (file)
@@ -26,7 +26,7 @@
 #include "vtkRenderWindowInteractor.h"
 #include "vtkRenderer.h"
 
-vtkCxxRevisionMacro(vtkImageColorViewer, "$Revision: 1.1 $");
+vtkCxxRevisionMacro(vtkImageColorViewer, "$Revision: 1.2 $");
 vtkStandardNewMacro(vtkImageColorViewer);
 
 //----------------------------------------------------------------------------
@@ -722,7 +722,7 @@ void vtkImageColorViewer::SetInputConnection(vtkAlgorithmOutput* input)
 {
   this->WindowLevel->SetInputConnection(input);
   this->UpdateDisplayExtent();
-};
+}
 
 //----------------------------------------------------------------------------
 #ifndef VTK_LEGACY_REMOVE