From e4befcd3449df5353ff1f7b924c69b14eda393de Mon Sep 17 00:00:00 2001 From: Stefan Csomor Date: Sat, 11 May 2002 06:39:24 +0000 Subject: [PATCH] DrawParagraph changed git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15494 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/mac/stattext.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/wx/mac/stattext.h b/include/wx/mac/stattext.h index fb9fdff70f..bb2b02e84c 100644 --- a/include/wx/mac/stattext.h +++ b/include/wx/mac/stattext.h @@ -45,7 +45,7 @@ class WXDLLEXPORT wxStaticText: public wxStaticTextBase virtual void Command(wxCommandEvent& WXUNUSED(event)) {}; virtual void ProcessCommand(wxCommandEvent& WXUNUSED(event)) {}; // events - void DrawParagraph(wxDC &dc, wxString paragraph); + void DrawParagraph(wxDC &dc, wxString paragraph, int &y); void OnPaint( wxPaintEvent &event ) ; void OnDraw( wxDC &dc ) ; virtual wxSize DoGetBestSize() const ; -- 2.47.2