Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 26, 2008, 9:30:36 PM (16 years ago)
Author:
rgrieder
Message:

default values for XMLPort work after all. There was just a bug that got fixed now.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/core/XMLPort.h

    r1505 r1628  
    152152                                this->parseResult_ = PR_waiting_for_default_values;
    153153                        }
     154                        else
     155                            this->parseResult_ = PR_waiting_for_default_values;
    154156                    }
    155157                    catch (ticpp::Exception& ex)
Note: See TracChangeset for help on using the changeset viewer.