Salome HOME
Revert insufficient changes to avoid compilation error on Linux
[modules/shaper.git] / src / FeaturesAPI / FeaturesAPI_Group.h
index 68239201bb5ee7089f01dc92cc1cf181cb6cb0a9..fece502f25f7320428279fd654780e709dcb9cc0 100644 (file)
@@ -14,6 +14,7 @@
 #include <ModelHighAPI_Interface.h>
 #include <ModelHighAPI_Macro.h>
 
+class ModelHighAPI_Dumper;
 class ModelHighAPI_Selection;
 
 /// \class FeaturesAPI_Group
@@ -41,6 +42,10 @@ public:
   /// Set main objects.
   FEATURESAPI_EXPORT
   void setGroupList(const std::list<ModelHighAPI_Selection>& theGroupList);
+
+  /// Dump wrapped feature
+  FEATURESAPI_EXPORT
+  virtual void dump(ModelHighAPI_Dumper& theDumper) const;
 };
 
 /// Pointer on Group object.