diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-07-16 22:20:39 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-07-16 22:20:39 +0100 |
| commit | bfc0b96db6cc6c2e94d93f9c4239adca14a6bb0c (patch) | |
| tree | 1038f16144cfe58995e31650925f066b67fda677 /src/lib/audio_mapping.h | |
| parent | e16c8ed02a0cb1f733a990d75a9de1bf50cf89bd (diff) | |
More noncopyable.
Diffstat (limited to 'src/lib/audio_mapping.h')
| -rw-r--r-- | src/lib/audio_mapping.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/audio_mapping.h b/src/lib/audio_mapping.h index a2de8306b..ed2c3f28d 100644 --- a/src/lib/audio_mapping.h +++ b/src/lib/audio_mapping.h @@ -38,6 +38,8 @@ public: AudioMapping (); AudioMapping (int); AudioMapping (boost::shared_ptr<const cxml::Node>); + + /* Default copy constructor is fine */ void as_xml (xmlpp::Node *) const; |
