use cmstdstring in maps

This commit is contained in:
Bill Hoffman 2003-01-09 11:27:57 -05:00
parent 57c97f62f6
commit eff6a20432

View File

@ -63,7 +63,7 @@ protected:
}; };
typedef std::vector< Pair > VectorOfPairs; typedef std::vector< Pair > VectorOfPairs;
typedef std::map<std::string, VectorOfPairs > StringToVectorOfPairs; typedef std::map<cmStdString, VectorOfPairs > StringToVectorOfPairs;
StringToVectorOfPairs m_WatchMap; StringToVectorOfPairs m_WatchMap;
}; };