From 596d77476b0ab7e1ccacbbe5b7ebaccfd99bbfd4 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 26 Aug 2013 22:11:21 +0100 Subject: Try to add correct namespace for 3D CPLs. --- src/picture_asset.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/picture_asset.h') 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; }; -- cgit v1.2.3