]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/ipcbase.h
getting rid of wxBuffer
[wxWidgets.git] / include / wx / ipcbase.h
index 6b1d39d41d1e11ce7ccf5b8fbbd441fafe6de9b4..c836db731d40479b55f9d347a6879b3b78dcdd52 100644 (file)
@@ -123,7 +123,9 @@ private:
   size_t        m_buffersize;
   bool          m_deletebufferwhendone;
 
-    DECLARE_NO_COPY_CLASS(wxConnectionBase)
+  // can't use DECLARE_NO_COPY_CLASS(wxConnectionBase) because we already
+  // have copy ctor but still forbid the default assignment operator
+  wxConnectionBase& operator=(const wxConnectionBase&);
 };