Changeset 3300 for code/trunk/src/core/CommandLine.h
- Timestamp:
- Jul 17, 2009, 11:53:35 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/core/CommandLine.h
r3280 r3300 196 196 inline void CommandLine::getValue<std::string>(const std::string& name, std::string* value) 197 197 { 198 *value = (std::string)(getArgument(name)->getValue().getString());198 *value = getArgument(name)->getValue().getString(); 199 199 } 200 200
Note: See TracChangeset
for help on using the changeset viewer.