diff options
Diffstat (limited to 'src/cpl.cc')
| -rw-r--r-- | src/cpl.cc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -50,7 +50,7 @@ CPL::CPL (string file) ContentVersion::ContentVersion (xmlpp::Node const * node) : XMLNode (node) { - id = string_node ("Id"); + id = optional_string_node ("Id"); label_text = string_node ("LabelText"); done (); } |
