summaryrefslogtreecommitdiff
path: root/src/picture_asset.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-08-29 12:19:28 +0100
committerCarl Hetherington <cth@carlh.net>2013-08-29 12:19:28 +0100
commitd697e7bedb1e42f5167c92fd9ab363f496d718f5 (patch)
treef4d5fd9ff280cc24373315045a26183eecaf78ba /src/picture_asset.h
parent01ee80bda7dad42809407a0c94bc542f560c363e (diff)
Try to fix application of namespace to MainStereoscopicPicture nodes.
Diffstat (limited to 'src/picture_asset.h')
-rw-r--r--src/picture_asset.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/picture_asset.h b/src/picture_asset.h
index bd5770b7..2af1f69a 100644
--- a/src/picture_asset.h
+++ b/src/picture_asset.h
@@ -81,7 +81,7 @@ public:
return _size;
}
- void write_to_cpl (xmlpp::Node *, bool) const;
+ void write_to_cpl (xmlpp::Element *, bool) const;
protected:
@@ -205,7 +205,7 @@ public:
private:
std::string cpl_node_name () const;
- std::string cpl_node_namespace (bool) const;
+ std::pair<std::string, std::string> cpl_node_attribute (bool) const;
int edit_rate_factor () const;
};