]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/ModuleBase/ModuleBase_IModule.h
Salome HOME
Meet the coding style (split too long lines)
[modules/shaper.git] / src / ModuleBase / ModuleBase_IModule.h
index d2ce9c4a9832a52b2b5c877268f49690a4b2ef24..a2c250dbf1d380f00668db7510b3f3390ac8c074 100644 (file)
@@ -323,7 +323,8 @@ class MODULEBASE_EXPORT ModuleBase_IModule : public QObject
   /// Customize presentation according to objects attributes
   /// \param theObject an object for presentation
   /// \param thePrs a presentation object
-  virtual void customizePresentation(const ObjectPtr& theObject, const AISObjectPtr& thePrs) const {}
+  virtual void customizePresentation(const ObjectPtr& theObject, const AISObjectPtr& thePrs) const
+  {}
 
   //! Returns data object by AIS
   virtual ObjectPtr findPresentedObject(const AISObjectPtr& theAIS) const = 0;