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>
Thu, 14 Jan 2016 23:01:39 +0000 (23:01 +0000)
src/MXFTypes.h

index ff32a5e1a44fce5ca4e028326646d336b1220060..50523ba34a81b5bed724babe1e923d0d85219ad5 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; }