X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/660296aa90ad5ecc98c585cc24567cee8130499a..694f70fa9c0cc8889c208020bf75b2e3861f6818:/src/common/cmndata.cpp diff --git a/src/common/cmndata.cpp b/src/common/cmndata.cpp index d2d1fee292..b0bc37a2fb 100644 --- a/src/common/cmndata.cpp +++ b/src/common/cmndata.cpp @@ -185,6 +185,7 @@ wxPrintData::wxPrintData(const wxPrintData& printData) : wxObject() { m_nativeData = NULL; + m_privData = NULL; (*this) = printData; }