]> SALOME platform Git repositories - modules/geom.git/commitdiff
Salome HOME
SWP12673 - local selection don't work in GEOM
authorasl <asl@opencascade.com>
Fri, 28 Jul 2006 07:46:01 +0000 (07:46 +0000)
committerasl <asl@opencascade.com>
Fri, 28 Jul 2006 07:46:01 +0000 (07:46 +0000)
src/GEOMGUI/GEOMGUI_OCCSelector.cxx

index 0103a5919f826f1f1f9d0b2f173d30aeed7c2a3f..3632a9f2830820de743b62669e89bd1240f9d57b 100644 (file)
@@ -172,11 +172,7 @@ void GEOMGUI_OCCSelector::setSelection( const SUIT_DataOwnerPtrList& aList )
 
   Handle(AIS_InteractiveContext) ic = vw->getAISContext();
 
-#ifndef WNT
   NCollection_DataMap<TCollection_AsciiString, TColStd_IndexedMapOfInteger> indexesMap; // "entry - list_of_int" map for LOCAL selection
-#else
-  NCollection_DataMap<Standard_CString, TColStd_IndexedMapOfInteger> indexesMap; // "entry - list_of_int" map for LOCAL selection
-#endif
   QMap<QString,int> globalSelMap; // only Key=entry from this map is used.  value(int) is NOT used at all.
   SelectMgr_IndexedMapOfOwner ownersmap; // map of owners to be selected