Changeset 7206 in orxonox.OLD for branches/std/src/lib/parser/ini_parser
- Timestamp:
- Mar 9, 2006, 10:12:18 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/std/src/lib/parser/ini_parser/ini_parser.cc
r7205 r7206 56 56 { 57 57 this->deleteSections(); 58 this->setFileName( NULL);58 this->setFileName(""); 59 59 } 60 60 … … 71 71 72 72 this->currentSection = this->sections.end(); 73 this->setFileName( NULL);73 this->setFileName(""); 74 74 } 75 75
Note: See TracChangeset
for help on using the changeset viewer.