summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/webkit/WebCore/platform/network/ResourceRequestBase.h
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@nokia.com>2009-07-21 12:18:35 (GMT)
committerKent Hansen <khansen@trolltech.com>2009-09-04 10:41:00 (GMT)
commitbd3c95917dfe2c2740403176935bf84ada9df403 (patch)
tree3537e3ded35d0ba6a919d5ee08c21c283eafcea8 /src/3rdparty/webkit/WebCore/platform/network/ResourceRequestBase.h
parentb9fdc5636c166e26195d783378ff4da43b755bc5 (diff)
downloadQt-bd3c95917dfe2c2740403176935bf84ada9df403.zip
Qt-bd3c95917dfe2c2740403176935bf84ada9df403.tar.gz
Qt-bd3c95917dfe2c2740403176935bf84ada9df403.tar.bz2
Fix compilation with Sun CC 5.9: moving elements in a vector requires source not to be const
I don't know why the compiler couldn't call src->~T() on a const T *src, but fact is it couldn't. In any case, since move is copying the source and deleting it, formally the argument shouldn't be const anyway.
Diffstat (limited to 'src/3rdparty/webkit/WebCore/platform/network/ResourceRequestBase.h')
0 files changed, 0 insertions, 0 deletions