Salome HOME
Porting to new OCCT version
[modules/gui.git] / src / DDS / DDS_DicGroup.cxx
index 0533da30c64054a9a830e424e4b8bb01a69de9a7..00ad7912b1a7141bd25b09e77cbeea6ac132fbad 100644 (file)
@@ -191,7 +191,7 @@ void DDS_DicGroup::FillDataMap( const LDOM_Element& theComponentData, const LDOM
     for( int i=1, n=myKeys.Length(); i<=n && !exist; i++ )
       if( myKeys.Value( i )==anID )
       {
-        cout << "Doubled key:" << anID << endl;
+        std::cout << "Doubled key:" << anID << std::endl;
         exist = true;
       }
     if( !exist )