Changeset 6243 for code/branches/presentation2/src/orxonox/infos
- Timestamp:
- Dec 4, 2009, 3:12:10 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentation2/src/orxonox/infos/Bot.cc
r5781 r6243 94 94 static std::vector<std::string> defaultnames(names, names + sizeof(names) / sizeof(std::string)); 95 95 96 SetConfigValue Vector(names_, defaultnames);96 SetConfigValue(names_, defaultnames); 97 97 } 98 98 }
Note: See TracChangeset
for help on using the changeset viewer.