diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-05-19 11:34:01 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-05-19 11:34:01 +0100 |
| commit | bb0a36c3a6bea9cd1ebdde7b8a3a04765e317569 (patch) | |
| tree | fe31842bc2fcb511f3f6daf02c78575b4eabaec5 /src/lib/audio_mapping.h | |
| parent | 308488324dbc4d8b709d3fb1dc9fee0479346c21 (diff) | |
Use cxml::ConstNodePtr.
Diffstat (limited to 'src/lib/audio_mapping.h')
| -rw-r--r-- | src/lib/audio_mapping.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/lib/audio_mapping.h b/src/lib/audio_mapping.h index d3f497fc2..7bf974c22 100644 --- a/src/lib/audio_mapping.h +++ b/src/lib/audio_mapping.h @@ -21,8 +21,9 @@ #define DCPOMATIC_AUDIO_MAPPING_H #include <vector> -#include <dcp/types.h> #include <boost/shared_ptr.hpp> +#include <dcp/types.h> +#include <libcxml/cxml.h> namespace xmlpp { class Node; @@ -42,7 +43,7 @@ class AudioMapping public: AudioMapping (); AudioMapping (int channels); - AudioMapping (boost::shared_ptr<const cxml::Node>, int); + AudioMapping (cxml::ConstNodePtr, int); /* Default copy constructor is fine */ |
