diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-09-23 15:07:30 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-09-23 15:07:30 +0100 |
| commit | 46f1b3106ab959e21946fe1f035efc6dc1743b49 (patch) | |
| tree | 416e510fd6aa5343d1a77c9c74f0562c44519871 /src/lib/dcp_video_frame.h | |
| parent | f62909cfe63e6a2e238e655ea0536a5f627e0ddf (diff) | |
Missing use of wrapper.
Diffstat (limited to 'src/lib/dcp_video_frame.h')
| -rw-r--r-- | src/lib/dcp_video_frame.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/dcp_video_frame.h b/src/lib/dcp_video_frame.h index ee54bc0f5..d82aee367 100644 --- a/src/lib/dcp_video_frame.h +++ b/src/lib/dcp_video_frame.h @@ -48,7 +48,7 @@ public: virtual ~EncodedData () {} - void send (boost::shared_ptr<boost::asio::ip::tcp::socket>); + void send (DeadlineWrapper& wrapper); void write (boost::shared_ptr<const Options>, int); #ifdef DEBUG_HASH |
