- Timestamp:
- May 11, 2007, 10:13:00 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bin/svndigest.cc
r297 r303 183 183 if (option->verbose()) 184 184 std::cout << "Updating copyright statements" << std::endl; 185 std::map<std::string, std::string> alias(config.copyright_alias());185 std::map<std::string, Alias> alias(config.copyright_alias()); 186 186 tree.print_copyright(alias); 187 187 }
Note: See TracChangeset
for help on using the changeset viewer.