projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Added API for column reordering
[wxWidgets.git]
/
include
/
wx
/
textbuf.h
diff --git
a/include/wx/textbuf.h
b/include/wx/textbuf.h
index f768a5632471fbc2f11fd508fbc9fa5b6b49f0c5..fae3b1209520107e4a1448117d05e0a0b0f56e0d 100644
(file)
--- a/
include/wx/textbuf.h
+++ b/
include/wx/textbuf.h
@@
-132,7
+132,7
@@
public:
wxTextFileType GuessType() const;
// get the name of the buffer
- const wx
Char *GetName() const { return m_strBufferName.c_str()
; }
+ const wx
String& GetName() const { return m_strBufferName
; }
// add/remove lines
// ----------------