]> git.pld-linux.org Git - packages/wxWidgets.git/blame - wxWidgets-gcc4.patch
- removed obsolete gnomeprint references
[packages/wxWidgets.git] / wxWidgets-gcc4.patch
CommitLineData
d26eec76
SS
1--- wxWidgets-2.6.2/src/common/uri.cpp.orig 2006-02-01 08:34:16.664085500 +0100
2+++ wxWidgets-2.6.2/src/common/uri.cpp 2006-02-01 08:27:23.390257500 +0100
3@@ -889,7 +889,7 @@
4 op += 3;
5 }
6
7- m_path = base.m_path.substr(0, bp - base.m_path.c_str()) +
8+ m_path = (const wxString)base.m_path.substr(0, bp - base.m_path.c_str()) +
9 m_path.substr((op - m_path.c_str()), m_path.Length());
10 }
11 }
This page took 0.032301 seconds and 4 git commands to generate.