diff --git a/includes/easysock.hpp b/includes/easysock.hpp index c4db9c3..912d6ce 100644 --- a/includes/easysock.hpp +++ b/includes/easysock.hpp @@ -18,8 +18,8 @@ /* Constants that can be used in place of characters, when specifying the transport layer protocol */ -const char ES_TCP 'T'; -const char ES_UDP 'U'; +const char ES_TCP = 'T'; +const char ES_UDP = 'U'; /* This function takes: a layer 3 - network layer - integer, which must be '4' for IPv4