Pass MainSoundConfiguration object rather than a string.
[libdcp.git] / src / data.h
index dfc49fe03a9401f05c8b211839576e8ae8a30dae..063187a6b2e577803f430780854437fb6464b0b1 100644 (file)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2015-2020 Carl Hetherington <cth@carlh.net>
+    Copyright (C) 2015-2021 Carl Hetherington <cth@carlh.net>
 
     This file is part of libdcp.
 
 */
 
 
+/** @file  src/data.h
+ *  @brief Data class
+ */
+
+
 #ifndef LIBDCP_DATA_H
 #define LIBDCP_DATA_H
 
@@ -58,8 +63,10 @@ public:
 
 
 bool operator==(Data const & a, Data const & b);
+bool operator!=(Data const & a, Data const & b);
 
 
 }
 
+
 #endif