]> git.saurik.com Git - wxWidgets.git/commit
Committing modified version of jwiesemann's patch (see #11223):
authorFrancesco Montorsi <f18m_cpp217828@yahoo.it>
Tue, 30 Mar 2010 21:38:31 +0000 (21:38 +0000)
committerFrancesco Montorsi <f18m_cpp217828@yahoo.it>
Tue, 30 Mar 2010 21:38:31 +0000 (21:38 +0000)
commit00e075e5517eb85c3fd4e4134f19d87b91ed4bc0
tree49577399bdf4915e49e4f1c57dcaf23b2714355a
parent38442edb48ed70bb752b536b7233a47e4d6ab69d
Committing modified version of jwiesemann's patch (see #11223):
Fix wxURL copy ctor and assignment: the default ones provided by the compiler are wrong because wxURL uses pointers internally.
Also add a test for copy & assignment in URLTestCase.

Closes #11223

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@63806 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/url.h
src/common/url.cpp
tests/uris/url.cpp