Salome HOME
Better management of errors.
[modules/shaper.git] / src / GeomValidators / GeomValidators_Different.h
index e5d7e15bf5ddb7f5177af0bd564c0e996e4b0424..f7771c197128139164b7a7d6469daa09ba62cbaa 100644 (file)
@@ -28,7 +28,8 @@ public:
                                              const std::list<std::string>& theArguments,
                                              Events_InfoMessage& theError) const;
 
-  GEOMVALIDATORS_EXPORT virtual bool isNotObligatory(std::string theFeature, std::string theAttribute);
+  GEOMVALIDATORS_EXPORT virtual
+    bool isNotObligatory(std::string theFeature, std::string theAttribute);
 };
 
 #endif