Salome HOME
Issue #1787 : code's adjusting
[modules/shaper.git] / src / PartSet / PartSet_OverconstraintListener.h
index c636920afb4039e283e44c0298cb0704c028ea2f..1f0e8f01c7ca3347c5fe5fcc49393dce4819e72d 100755 (executable)
@@ -42,7 +42,7 @@ public:
   /// \param theObject an object to be checked
   /// \return boolean result
   bool isConflictingObject(const ObjectPtr& theObject);
-  
+
   /// Returns values of conflicting color
   /// \param theColor the output container to be filled in [red, green, blue] values
   void getConflictingColor(std::vector<int>& theColor);
@@ -69,10 +69,12 @@ private:
   /// Returns workshop
   XGUI_Workshop* workshop() const;
 
+#ifdef _DEBUG
   /// Unite objects in one string information
   /// \param theObjects a list of objects
   /// \return a string info
   static QString getObjectsInfo(const std::set<ObjectPtr>& theObjects);
+#endif
 
 private:
   std::set<ObjectPtr> myConflictingObjects;