diff options
Diffstat (limited to 'src/lib/dcp_video_frame.h')
| -rw-r--r-- | src/lib/dcp_video_frame.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/lib/dcp_video_frame.h b/src/lib/dcp_video_frame.h index 9acf50692..464d48515 100644 --- a/src/lib/dcp_video_frame.h +++ b/src/lib/dcp_video_frame.h @@ -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 |
