]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/stattext.h
DrawParagraph changed
[wxWidgets.git] / include / wx / mac / stattext.h
index fb9fdff70f593673fbf9539d7847d4566a688837..bb2b02e84c7cfaec1a4d5b3bba3bef02d9f8b2db 100644 (file)
@@ -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 ;