]> Creatis software - gdcm.git/blobdiff - vtk/vtkImageColorViewer.cxx
Fix mistypings
[gdcm.git] / vtk / vtkImageColorViewer.cxx
index bb05379899d3a8f9e39701dc490a282efe60d12a..859f290089161938814a0e320a19ef1f5c15662a 100644 (file)
@@ -26,8 +26,8 @@
 #include "vtkRenderWindowInteractor.h"
 #include "vtkRenderer.h"
 
-vtkCxxRevisionMacro(vtkImageColorViewer, "$Revision: 1.1 $");
-vtkStandardNewMacro(vtkImageColorViewer);
+vtkCxxRevisionMacro(vtkImageColorViewer, "$Revision: 1.3 $")
+vtkStandardNewMacro(vtkImageColorViewer)
 
 //----------------------------------------------------------------------------
 vtkImageColorViewer::vtkImageColorViewer()
@@ -722,7 +722,7 @@ void vtkImageColorViewer::SetInputConnection(vtkAlgorithmOutput* input)
 {
   this->WindowLevel->SetInputConnection(input);
   this->UpdateDisplayExtent();
-};
+}
 
 //----------------------------------------------------------------------------
 #ifndef VTK_LEGACY_REMOVE