Salome HOME
Fix compilation of ModelHighAPI on CentOS
[modules/shaper.git] / src / PartSet / PartSet_WidgetMultiSelector.h
index d3d367119808ddb1d9ccd40091de652a8d9b47f2..4ec5e13505fdeee5e22395529da5e6003ab2c978 100644 (file)
 #include "PartSet.h"
 
 #include <ModuleBase_WidgetMultiSelector.h>
-#include <ModuleBase_ViewerPrs.h>
 
 #include <ModelAPI_CompositeFeature.h>
 
 class PartSet_ExternalObjectsMgr;
+class ModuleBase_ViewerPrs;
 
 /**
 * \ingroup Modules
@@ -54,6 +54,7 @@ protected:
   /// Creates a backup of the current values of the attribute
   /// It should be realized in the specific widget because of different
   /// parameters of the current attribute
+  /// \param theAttribute an attribute
   /// \param theValid a boolean flag, if restore happens for valid parameters
   virtual void restoreAttributeValue(const AttributePtr& theAttribute, const bool theValid);