X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d6b9496a96223cc5164e5785485d7d622fd9b5e6..ab46dc18ab5cee150a1cc7a52dae21a9bcae4043:/include/wx/cmndata.h diff --git a/include/wx/cmndata.h b/include/wx/cmndata.h index b8faa2b9a8..4c58ded722 100644 --- a/include/wx/cmndata.h +++ b/include/wx/cmndata.h @@ -316,6 +316,8 @@ public: // paper size id member as well. void SetPaperSize(const wxSize& sz); + void SetPaperId(wxPaperSize& id) { m_printData.SetPaperId(id); }; + // Sets the wxPrintData id, plus the paper width/height if found in the paper database. void SetPaperSize(wxPaperSize id);