diff options
Diffstat (limited to '')
-rw-r--r-- | src/socket.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/socket.h b/src/socket.h index eee0be3..7acf055 100644 --- a/src/socket.h +++ b/src/socket.h | |||
@@ -57,6 +57,7 @@ namespace Bu | |||
57 | virtual void setBlocking( bool bBlocking=true ); | 57 | virtual void setBlocking( bool bBlocking=true ); |
58 | 58 | ||
59 | Bu::FString getAddress() const; | 59 | Bu::FString getAddress() const; |
60 | operator int() const; | ||
60 | 61 | ||
61 | private: | 62 | private: |
62 | void setAddress(); | 63 | void setAddress(); |