Salome HOME
#18963 Minimize compiler warnings
[modules/gui.git] / src / SVTK / SVTK_KeyFreeInteractorStyle.h
index c984c8ae5a8895ffe31ea00d6c346da1bb080d91..e8964f8f3a53da6b1406087da21a094cad298250 100644 (file)
@@ -33,7 +33,7 @@ class SVTK_EXPORT SVTK_KeyFreeInteractorStyle : public SVTK_InteractorStyle
 {
  public:
   static SVTK_KeyFreeInteractorStyle *New();
-  vtkTypeMacro(SVTK_KeyFreeInteractorStyle,SVTK_InteractorStyle);
+  vtkTypeMacro(SVTK_KeyFreeInteractorStyle,SVTK_InteractorStyle)
   
  protected:
   SVTK_KeyFreeInteractorStyle();