Add call to parent constructor.
authorCarl Hetherington <cth@carlh.net>
Mon, 11 Jan 2016 11:16:02 +0000 (11:16 +0000)
committerCarl Hetherington <cth@carlh.net>
Tue, 3 Dec 2019 15:44:08 +0000 (16:44 +0100)
src/MXFTypes.h

index b1aa39a8f6a1ecb9b9fdc4c66cfba02a6897773e..b032b4bf6f166e49952c5dd352a584f61f7f0bfa 100755 (executable)
@@ -520,7 +520,7 @@ namespace ASDCP
        {
        public:
          Raw();
-         Raw(const Raw& rhs) { Copy(rhs); }
+         Raw(const Raw& rhs) : Kumu::ByteString() { Copy(rhs); }
          virtual ~Raw();
 
          const Raw& operator=(const Raw& rhs) { Copy(rhs); return *this; }