diff options
Diffstat (limited to 'src/protocoltelnet.h')
-rw-r--r-- | src/protocoltelnet.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/protocoltelnet.h b/src/protocoltelnet.h index f773f1e..82d6398 100644 --- a/src/protocoltelnet.h +++ b/src/protocoltelnet.h | |||
@@ -110,7 +110,7 @@ namespace Bu | |||
110 | bool isCanonical(); | 110 | bool isCanonical(); |
111 | 111 | ||
112 | void write( const Bu::FString &sData ); | 112 | void write( const Bu::FString &sData ); |
113 | void write( char *pData, int iSize ); | 113 | void write( const char *pData, int iSize ); |
114 | void write( char cData ); | 114 | void write( char cData ); |
115 | 115 | ||
116 | public: | 116 | public: |