]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/log.h
Remove single-argument constructor of wxHashMap::value_type.
[wxWidgets.git] / include / wx / log.h
index 74d1684ef95d45e20897f1a709577dec8d3c0911..a2f304a9073d3268c0a83561272e830677d83683 100644 (file)
@@ -381,6 +381,9 @@ class WXDLLIMPEXP_BASE wxLogPassThrough : public wxLogChain
 {
 public:
     wxLogPassThrough();
+
+private:
+    DECLARE_NO_COPY_CLASS(wxLogPassThrough)
 };
 
 #if wxUSE_GUI