]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/ipcbase.h
added operator[] for STL builds
[wxWidgets.git] / include / wx / ipcbase.h
index 28fb1f46cbfbfe336f00f9ce809ea0840e7a7806..cfc442eb978d07b6902eb7f3c9988a3f50184def 100644 (file)
@@ -48,7 +48,7 @@ class WXDLLIMPEXP_BASE wxConnectionBase: public wxObject
 public:
   wxConnectionBase(wxChar *buffer, int size); // use external buffer
   wxConnectionBase(); // use internal, adaptive buffer
-  wxConnectionBase(wxConnectionBase& copy);
+  wxConnectionBase(const wxConnectionBase& copy);
   ~wxConnectionBase(void);
 
   void SetConnected( bool c ) { m_connected = c; }