Missing install target.
[libdcp.git] / src / sound_asset_writer.h
index 8c54b618e8e93279f487cf6a220f70aa146ce1b2..468d64be8c7328b9c47e79d92a556d1f04b19234 100644 (file)
@@ -44,7 +44,7 @@ class SoundAssetWriter : public AssetWriter
 {
 public:
        void write (float const * const *, int);
-       void finalize ();
+       bool finalize ();
 
 private:
        friend class SoundAsset;
@@ -56,7 +56,7 @@ private:
        /* do this with an opaque pointer so we don't have to include
           ASDCP headers
        */
-          
+
        struct ASDCPState;
        boost::shared_ptr<ASDCPState> _state;
 
@@ -65,4 +65,3 @@ private:
 };
 
 }
-