Salome HOME
Extension of Parameters interface: to set/get double values of results
[modules/shaper.git] / src / ModuleBase / ModuleBase_SelectionValidator.h
index 50f04fc5b97237e6a6d8499f62e22ab2702f8418..e88994c85cf2d9fdb319108773f0b0a0924ad024 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