summaryrefslogtreecommitdiff
path: root/src/picture_asset.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-08-26 22:11:21 +0100
committerCarl Hetherington <cth@carlh.net>2013-08-26 22:11:21 +0100
commit596d77476b0ab7e1ccacbbe5b7ebaccfd99bbfd4 (patch)
tree9d3447978d17df8b2a9598e6daf0e568ac58c3cf /src/picture_asset.h
parentcc57a01f142a32e06f22622118dd8d24e3dfb140 (diff)
Try to add correct namespace for 3D CPLs.
Diffstat (limited to 'src/picture_asset.h')
-rw-r--r--src/picture_asset.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/picture_asset.h b/src/picture_asset.h
index d9f2fe69..bd5770b7 100644
--- a/src/picture_asset.h
+++ b/src/picture_asset.h
@@ -95,7 +95,6 @@ protected:
private:
std::string key_type () const;
- std::string cpl_node_name () const = 0;
virtual int edit_rate_factor () const = 0;
};
@@ -206,6 +205,7 @@ public:
private:
std::string cpl_node_name () const;
+ std::string cpl_node_namespace (bool) const;
int edit_rate_factor () const;
};