projects
/
wxWidgets.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1c97259
)
compilation fix for wxGetEmptyString() with wxUSE_STL == 1
author
Vadim Zeitlin
<vadim@wxwidgets.org>
Thu, 30 Sep 2004 08:23:28 +0000
(08:23 +0000)
committer
Vadim Zeitlin
<vadim@wxwidgets.org>
Thu, 30 Sep 2004 08:23:28 +0000
(08:23 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29556
c3d73ce0
-8a6f-49c7-b76d-
6d57e0e08775
include/wx/string.h
patch
|
blob
|
blame
|
history
diff --git
a/include/wx/string.h
b/include/wx/string.h
index 56ef478ee89a418ce2d7cf77986f20f47050e8c0..6758399c79921559b32c7b80d6377808103c2e91 100644
(file)
--- a/
include/wx/string.h
+++ b/
include/wx/string.h
@@
-1287,7
+1287,7
@@
public:
#if wxUSE_STL
// return an empty wxString (not very useful with wxUSE_STL == 1)
- inline const wxString wxGetEmptyString() { wxString(); }
+ inline const wxString wxGetEmptyString() {
return
wxString(); }
#else // !wxUSE_STL
// return an empty wxString (more efficient than wxString() here)
inline const wxString& wxGetEmptyString()