Changeset 6400 for code/branches/presentation2/src/libraries/tools
- Timestamp:
- Dec 22, 2009, 10:05:38 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentation2/src/libraries/tools/TextureGenerator.cc
r6394 r6400 82 82 else 83 83 { 84 return (*it).second;84 return it->second; 85 85 } 86 86 }
Note: See TracChangeset
for help on using the changeset viewer.