Changeset 2525 for code/branches/buildsystem2/src/util/MultiType.cc
- Timestamp:
- Dec 22, 2008, 8:35:19 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/buildsystem2/src/util/MultiType.cc
r2171 r2525 45 45 switch (type) 46 46 { 47 case MT_null: 48 this->reset(); return true; 47 49 case MT_char: 48 50 return this->convert<char>(); break;
Note: See TracChangeset
for help on using the changeset viewer.