diff options
Diffstat (limited to 'cpp/src/Ice/ios/StreamTransceiver.h')
-rw-r--r-- | cpp/src/Ice/ios/StreamTransceiver.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Ice/ios/StreamTransceiver.h b/cpp/src/Ice/ios/StreamTransceiver.h index 478691a554a..c7c6621c686 100644 --- a/cpp/src/Ice/ios/StreamTransceiver.h +++ b/cpp/src/Ice/ios/StreamTransceiver.h @@ -69,7 +69,7 @@ public: private: - void checkError(CFErrorRef, const char*, int); + void checkErrorStatus(CFWriteStreamRef, CFReadStreamRef, const char*, int); const InstancePtr _instance; const std::string _host; |