diff host/libcdl/component.cxx @ 2525:33cc410733a0

Eliminate various compiler warnings, fix typos, etc.
author bartv
date Thu, 14 Aug 2008 21:38:29 +0000
parents fbfd52cf7976
children 74dbf4c3f2e1
line wrap: on
line diff
--- a/host/libcdl/component.cxx
+++ b/host/libcdl/component.cxx
@@ -392,7 +392,7 @@ CdlComponentBody::save(CdlInterpreter in
         // Deal with the value
         bool modifiable = !(CdlValueFlavor_None == this->get_flavor()) &&
             !this->has_property(CdlPropertyId_Calculated);
-        this->CdlValuableBody::save(interp, chan, indentation + 4, modifiable, minimal);
+        this->CdlValuableBody::save_valuable(interp, chan, indentation + 4, modifiable, minimal);
 
         // And with any unrecognised data
         this->CdlNodeBody::save(interp, chan, indentation + 4, minimal);