Compile fix
Centre/right justification fix when there is a right indent git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57003 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -980,7 +980,7 @@ public:
|
||||
// Implementation
|
||||
|
||||
/// Apply paragraph styles such as centering to the wrapped lines
|
||||
virtual void ApplyParagraphStyle(const wxTextAttr& attr, const wxRect& rect);
|
||||
virtual void ApplyParagraphStyle(const wxTextAttr& attr, const wxRect& rect, wxDC& dc);
|
||||
|
||||
/// Insert text at the given position
|
||||
virtual bool InsertText(long pos, const wxString& text);
|
||||
|
Reference in New Issue
Block a user