diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-09-23 17:56:08 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-09-23 17:56:08 +0100 |
| commit | 737c3392039740f7a22a9ff922f8492905173b9c (patch) | |
| tree | 0d5de18847376090e7a653b5734b9b105bd43786 /src/lib/dcp_video_frame.h | |
| parent | e89fb9d81358b51ed0e231725f7fb6eb63f96c5b (diff) | |
Tidy up naming.
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 752f0dda7..da4e0c301 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<DeadlineWrapper> wrapper); + void send (boost::shared_ptr<Socket> socket); void write (boost::shared_ptr<const Options>, int); #ifdef DEBUG_HASH |
