Changeset 1889 for code/trunk/src/core/NamespaceNode.cc
- Timestamp:
- Oct 6, 2008, 1:05:07 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/core/NamespaceNode.cc
r1747 r1889 56 56 else 57 57 { 58 unsigned int pos = name.find("::");58 size_t pos = name.find("::"); 59 59 std::string firstPart = name; 60 60 std::string secondPart;
Note: See TracChangeset
for help on using the changeset viewer.