Salome HOME
Better management of errors.
[modules/shaper.git] / src / GeomValidators / GeomValidators_PartitionArguments.h
index 6d7c3a8336d623f7c7efbe08d84095fcd51b6a09..5f14adae3c4b7fc564680583c3446014c94d9863 100644 (file)
@@ -29,7 +29,8 @@ public:
                                              Events_InfoMessage& theError) const;
 
   /// \return true if the attribute in feature is not obligatory for the feature execution.
-  GEOMVALIDATORS_EXPORT virtual bool isNotObligatory(std::string theFeature, std::string theAttribute);
+  GEOMVALIDATORS_EXPORT virtual
+    bool isNotObligatory(std::string theFeature, std::string theAttribute);
 };
 
 #endif