diff options
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; }; |
