More noncopyable.
[dcpomatic.git] / src / lib / audio_mapping.h
index 7d76e4f5a0643066285086522cd66d12d81ceaea..ed2c3f28d28517eb9aaeb4a13c1380c84a85cf64 100644 (file)
@@ -1,5 +1,3 @@
-/* -*- c-basic-offset: 8; default-tab-width: 8; -*- */
-
 /*
     Copyright (C) 2013 Carl Hetherington <cth@carlh.net>
 
@@ -40,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;