Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 22, 2008, 8:35:19 PM (15 years ago)
Author:
rgrieder
Message:

Fixed MT reset bug in this branch as well to test for another possible bug. SVN should merge this without problems.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/buildsystem2/src/util/MultiType.cc

    r2171 r2525  
    4545        switch (type)
    4646        {
     47            case MT_null:
     48                this->reset(); return true;
    4749            case MT_char:
    4850                return this->convert<char>(); break;
Note: See TracChangeset for help on using the changeset viewer.