Changeset 1728 for code/branches/core3/src/core/ConfigValueContainer.cc
- Timestamp:
- Sep 7, 2008, 3:29:25 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core3/src/core/ConfigValueContainer.cc
r1720 r1728 69 69 this->bIsVector_ = false; 70 70 71 this->defvalueString_ = this->value_. toString();71 this->defvalueString_ = this->value_.getString(); 72 72 this->update(); 73 73 }
Note: See TracChangeset
for help on using the changeset viewer.