0031067: Visualization - Aspect_Window::DoResize() should be a non-const method
[occt.git] / src / Cocoa / Cocoa_Window.hxx
index 694d84d..f0e8387 100644 (file)
@@ -91,7 +91,7 @@ public:
   Standard_EXPORT virtual void Unmap() const Standard_OVERRIDE;
 
   //! Applies the resizing to the window <me>
-  Standard_EXPORT virtual Aspect_TypeOfResize DoResize() const Standard_OVERRIDE;
+  Standard_EXPORT virtual Aspect_TypeOfResize DoResize() Standard_OVERRIDE;
 
   //! Apply the mapping change to the window <me>
   Standard_EXPORT virtual Standard_Boolean DoMapping() const Standard_OVERRIDE;