Skip to content

Commit

Permalink
Fixed example in the API doc of sf::SocketSelector
Browse files Browse the repository at this point in the history
  • Loading branch information
LaurentGomila committed Dec 14, 2012
1 parent 2e22038 commit d41837b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions include/SFML/Network/SocketSelector.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,11 @@ private :
/// // be notified when he sends something
/// selector.add(*client);
/// }
/// else
/// {
/// // Error, we won't get a new connection, delete the socket
/// delete client;
/// }
/// }
/// else
/// {
Expand Down

0 comments on commit d41837b

Please sign in to comment.