*** empty log message ***

This commit is contained in:
vsr 2008-03-20 16:52:59 +00:00
parent 8b4b072d81
commit 51f8c3d1a1

View File

@ -59,7 +59,7 @@ class SALOME_Actor;
namespace SMESH
{
//----------------------------------------------------------------------------
typedef pair<int,string> TKeyOfVisualObj;
typedef std::pair<int,std::string> TKeyOfVisualObj;
SMESHGUI_EXPORT
TVisualObjPtr GetVisualObj( int, const char* );