Add call to parent constructor.
[asdcplib-cth.git] / 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; }