- Timestamp:
- Dec 22, 2009, 2:07:44 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentation2/src/libraries/core/ClassTreeMask.cc
r5929 r6394 816 816 // Calculate the prefix: + means included, - means excluded 817 817 if (it->isIncluded()) 818 out << "+";818 out << '+'; 819 819 else 820 out << "-";820 out << '-'; 821 821 822 822 // Put the name of the corresponding class on the stream 823 out << it->getClass()->getName() << " ";823 out << it->getClass()->getName() << ' '; 824 824 } 825 825
Note: See TracChangeset
for help on using the changeset viewer.