Changeset 939
- Timestamp:
- Dec 3, 2009, 6:14:50 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/Colors.cc
r931 r939 66 66 typedef std::map<std::string, std::string> ACmap; 67 67 const ACmap& authcols=Configuration::instance().author_colors(); 68 std::map<std::string,std::vector<color>::iterator>::iterator j;69 68 for (ACmap::const_iterator i=authcols.begin(); i!=authcols.end(); i++) { 70 69 color c;
Note: See TracChangeset
for help on using the changeset viewer.