More noncopyable.
[dcpomatic.git] / src / lib / audio_mapping.h
index a2de8306bbf376457788bb77884d4a523bbabee0..ed2c3f28d28517eb9aaeb4a13c1380c84a85cf64 100644 (file)
@@ -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;