projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Add support for retrieving the currently selected text. Implement on all backends...
[wxWidgets.git]
/
include
/
wx
/
richtext
/
richtextstyles.h
diff --git
a/include/wx/richtext/richtextstyles.h
b/include/wx/richtext/richtextstyles.h
index 4ebcedecdd718a16bc1c941b811efe5377edfd32..e639144f7c69e69d1522f4065761bbd4156b6eed 100644
(file)
--- a/
include/wx/richtext/richtextstyles.h
+++ b/
include/wx/richtext/richtextstyles.h
@@
-250,7
+250,7
@@
class WXDLLIMPEXP_RICHTEXT wxRichTextBoxStyleDefinition: public wxRichTextStyleD
public:
/// Copy constructor
public:
/// Copy constructor
- wxRichTextBoxStyleDefinition(const wxRichTextBoxStyleDefinition& def) { Copy(def); }
+ wxRichTextBoxStyleDefinition(const wxRichTextBoxStyleDefinition& def)
: wxRichTextStyleDefinition(def)
{ Copy(def); }
/// Default constructor
wxRichTextBoxStyleDefinition(const wxString& name = wxEmptyString):
/// Default constructor
wxRichTextBoxStyleDefinition(const wxString& name = wxEmptyString):