0027097: GCC and CLang compiler warnings and errors with -Wpedantic
[occt.git] / src / IVtkDraw / IVtkDraw_Interactor.hxx
index 38f931a..f0d3da4 100644 (file)
@@ -43,7 +43,8 @@ class IVtkDraw_Interactor : public vtkRenderWindowInteractor
 {
 public:
   static IVtkDraw_Interactor *New();
-  vtkTypeMacro (IVtkDraw_Interactor, vtkRenderWindowInteractor);
+
+  vtkTypeMacro (IVtkDraw_Interactor, vtkRenderWindowInteractor)
 
   virtual void Initialize();
   virtual void Enable();