Changes in src/Actions/OptionTrait.cpp [e4afb4:c38826]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Actions/OptionTrait.cpp
re4afb4 rc38826 44 44 ShortForm(_shortform) 45 45 { 46 std::cout << "OptionTrait::OptionTrait() with " << getName() << ", type " << getTypeName() << " and description " << getDescription() << std::endl;46 //std::cout << "OptionTrait::OptionTrait() with " << getName() << ", type " << getTypeName() << " and description " << getDescription() << std::endl; 47 47 } 48 48
Note:
See TracChangeset
for help on using the changeset viewer.