Salome HOME
Issue #1834: Fix length of lines
[modules/shaper.git] / src / ModuleBase / ModuleBase_SelectionValidator.h
index 50f04fc5b97237e6a6d8499f62e22ab2702f8418..1f686f0cf3ecd426723b1c4c8c3f917ad2dbaf00 100644 (file)
@@ -26,7 +26,8 @@ public:
    /// Returns True if selection is valid
    /// \param theSelection selection instance
    /// \param theOperation - current operation (can be 0)
-  virtual bool isValid(const ModuleBase_ISelection* theSelection, ModuleBase_Operation* theOperation) const;
+  virtual bool isValid(const ModuleBase_ISelection* theSelection, 
+                       ModuleBase_Operation* theOperation) const;
 };
 
 #endif