diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-08-26 22:11:21 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-08-26 22:11:21 +0100 |
| commit | 596d77476b0ab7e1ccacbbe5b7ebaccfd99bbfd4 (patch) | |
| tree | 9d3447978d17df8b2a9598e6daf0e568ac58c3cf /src/picture_asset.h | |
| parent | cc57a01f142a32e06f22622118dd8d24e3dfb140 (diff) | |
Try to add correct namespace for 3D CPLs.
Diffstat (limited to 'src/picture_asset.h')
| -rw-r--r-- | src/picture_asset.h | 2 |
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; }; |
