diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-09-13 10:33:27 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-09-13 10:33:27 +0100 |
| commit | f40c9704ce44234558bba1ad15de42a50475f1e3 (patch) | |
| tree | 23b9351c4996fe19a3f455ffc0915bcea58b6830 /src/reel_atmos_asset.h | |
| parent | f7c73615a49d308040a4a5d40677ecab08c21841 (diff) | |
Various fixes to incorrect Atmos read/write wrt XML namespaces.
Diffstat (limited to 'src/reel_atmos_asset.h')
| -rw-r--r-- | src/reel_atmos_asset.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/reel_atmos_asset.h b/src/reel_atmos_asset.h index 75e50e8d..e7ea51aa 100644 --- a/src/reel_atmos_asset.h +++ b/src/reel_atmos_asset.h @@ -64,6 +64,7 @@ public: private: std::string key_type () const; std::string cpl_node_name () const; + std::pair<std::string, std::string> cpl_node_namespace () const; }; } |
