Salome HOME
fix compilation issue with gcc 6.3
[modules/hydro.git] / src / HYDROData / HYDROData_PriorityQueue.h
index 7983a1f783a0407a487d6f317dde205fbd5f92ab..ef5660ab06fa14251c2de59649e44317aab1add4 100644 (file)
@@ -48,7 +48,7 @@ public:
                            Standard_Integer aTag );
   ~HYDROData_PriorityQueue();
 
-  Handle_HYDROData_Entity GetMostPriorityObject( const QStringList& theZoneObjects,
+  Handle(HYDROData_Entity) GetMostPriorityObject( const QStringList& theZoneObjects,
                                                  HYDROData_Zone::MergeType& theMergeType ) const;
 
   bool IsMorePriority( const Handle(HYDROData_Entity)& theObj1,