change private to protected (see #10)

This commit is contained in:
Markus Sattler
2015-08-26 19:15:37 +02:00
parent 03185498e8
commit ad1e609850
2 changed files with 2 additions and 2 deletions

View File

@ -65,7 +65,7 @@ class WebSocketsClient: private WebSockets {
void disconnect(void);
private:
protected:
String _host;
uint16_t _port;

View File

@ -81,7 +81,7 @@ public:
IPAddress remoteIP(uint8_t num);
private:
protected:
uint16_t _port;
#ifdef ESP8266