Stefan Schuermans commited on 2011-12-11 19:57:25 Showing 1 changed files, with 1 additions and 1 deletions.
@@ -29,7 +29,7 @@ public:
private:
/// copy constructor disabled
- Udp4Sock(const Io &that);
+ Udp4Sock(const Udp4Sock &that);
/// assignment operator disabled
const Udp4Sock & operator=(const Udp4Sock &that);