]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/GeomValidators/GeomValidators_Different.h
Salome HOME
Issue #1834: Fix length of lines
[modules/shaper.git] / src / GeomValidators / GeomValidators_Different.h
index e5d7e15bf5ddb7f5177af0bd564c0e996e4b0424..61fbeb0d760e98d5ab1622f341a3a736159107f8 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