]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/sckipc.h
Motif updates
[wxWidgets.git] / include / wx / sckipc.h
index 8ca86b2ae25b1e635d9b137ef9f4683abae0147e..19a6fe2e1f295b6ed7c3c0c866b3bd6f9f71fb33 100644 (file)
@@ -56,7 +56,8 @@ class wxTCPConnection: public wxConnectionBase
 protected:
   wxSocketBase *m_sock;
   wxSocketStream *m_sockstrm;
-  wxDataStream *m_codec;
+  wxDataInputStream *m_codeci;
+  wxDataOutputStream *m_codeco;
   wxString m_topic;
 
   friend class wxTCPServer;