Salome HOME
TShell cannot be disconnected; use TCompound of shells/faces instead
[modules/hydro.git] / src / HYDROData / HYDROData_Document.cxx
index 011808682c7ee7ac9010546e52b7a91ca4acfe71..ae714b1711df2aa8bfe97d4eaa02558813e14098 100644 (file)
@@ -872,8 +872,7 @@ NCollection_Sequence<TCollection_AsciiString> HYDROData_Document::GetInterpolato
   return aNames;
 }
 
-QColor HYDROData_Document::GetAssociatedColor(const QString& theStricklerType, 
-  const Handle(HYDROData_StricklerTable)& theTable)
+QColor HYDROData_Document::GetAssociatedColor( const QString& theStricklerType, const Handle(HYDROData_StricklerTable)& theTable ) const
 {
   if( !theTable.IsNull() && theTable->HasType( theStricklerType ) )
     return theTable->GetColor( theStricklerType );