projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
unhide the second wxTextAreaBase::HitTest() overload to suppress a warning about it
[wxWidgets.git]
/
include
/
wx
/
textbuf.h
diff --git
a/include/wx/textbuf.h
b/include/wx/textbuf.h
index fae3b1209520107e4a1448117d05e0a0b0f56e0d..a5d39703ca185561568ae4d2b172c93c6c7a20ad 100644
(file)
--- a/
include/wx/textbuf.h
+++ b/
include/wx/textbuf.h
@@
-172,7
+172,7
@@
protected:
// -----
// default ctor, use Open(string)
// -----
// default ctor, use Open(string)
- wxTextBuffer() { m_isOpened = false; }
+ wxTextBuffer() { m_
nCurLine = 0; m_
isOpened = false; }
// ctor from filename
wxTextBuffer(const wxString& strBufferName);
// ctor from filename
wxTextBuffer(const wxString& strBufferName);