use cmstdstring in maps
This commit is contained in:
parent
57c97f62f6
commit
eff6a20432
|
@ -63,7 +63,7 @@ protected:
|
|||
};
|
||||
|
||||
typedef std::vector< Pair > VectorOfPairs;
|
||||
typedef std::map<std::string, VectorOfPairs > StringToVectorOfPairs;
|
||||
typedef std::map<cmStdString, VectorOfPairs > StringToVectorOfPairs;
|
||||
|
||||
StringToVectorOfPairs m_WatchMap;
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue