Compiles.
[dcpomatic.git] / src / lib / dcp_video_frame.h
index 9acf50692990269ecd78c41f2b67a8f553e9bdf9..464d4851550430b1234fb430b169f78ed9a17ad9 100644 (file)
@@ -48,9 +48,7 @@ public:
 
        virtual ~EncodedData () {}
 
-#ifdef DVDOMATIC_POSIX 
-       void send (int);
-#endif 
+       void send (boost::shared_ptr<boost::asio::ip::tcp::socket>);
        void write (boost::shared_ptr<const Options>, int);
 
 #ifdef DEBUG_HASH