projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
deprecate wxStringEq
[wxWidgets.git]
/
include
/
wx
/
richtext
/
richtextbuffer.h
diff --git
a/include/wx/richtext/richtextbuffer.h
b/include/wx/richtext/richtextbuffer.h
index a88985d6e05661175a8e517f815547166255bb65..740b5be4c826d950ce49fdc198804bf0564a29d2 100644
(file)
--- a/
include/wx/richtext/richtextbuffer.h
+++ b/
include/wx/richtext/richtextbuffer.h
@@
-980,7
+980,7
@@
public:
// Implementation
/// Apply paragraph styles such as centering to the wrapped lines
// 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);
/// Insert text at the given position
virtual bool InsertText(long pos, const wxString& text);