diff --git a/Code/Wrappers/SWIG/PyCommand.i b/Code/Wrappers/SWIG/PyCommand.i index 744c3d497253a6bf3e7e154deee9d11c446d8656..dbce799630bcccfbded11c8e28a6a55560cd24cd 100644 --- a/Code/Wrappers/SWIG/PyCommand.i +++ b/Code/Wrappers/SWIG/PyCommand.i @@ -35,7 +35,7 @@ public: void Execute(itkObject *, const itkEventObject&); protected: itkPyCommand(); - ~itkPyCommand(); + //~itkPyCommand(); }; DECLARE_REF_COUNT_CLASS( itkPyCommand )