projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
wxDC::Blit() ignores useMask if there is no mask instead of giving an assert failure
[wxWidgets.git]
/
include
/
wx
/
textctrl.h
diff --git
a/include/wx/textctrl.h
b/include/wx/textctrl.h
index 5e7d35a11f9a87966e79a8a865c845e9ac7eff88..223403b1c85d8c9df8ac3610fc215df1c1040fcf 100644
(file)
--- a/
include/wx/textctrl.h
+++ b/
include/wx/textctrl.h
@@
-155,7
+155,7
@@
public:
bool Modified() const { return IsModified(); }
#endif
bool Modified() const { return IsModified(); }
#endif
-pr
ivate
:
+pr
otected
:
// the name of the last file loaded with LoadFile() which will be used by
// SaveFile() by default
wxString m_filename;
// the name of the last file loaded with LoadFile() which will be used by
// SaveFile() by default
wxString m_filename;