diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-01-24 10:41:27 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-01-24 10:41:27 +0000 |
commit | b331e97167a352f3faf8ad106f036c7428cb5bed (patch) | |
tree | 7b0a2af78f17986736b79d0326a442a5a44f5108 /cosv | |
parent | 176267cc057205c678a64e775ef57b41b076db22 (diff) |
WaE: gcc 4.6.0 various warnings
Diffstat (limited to 'cosv')
-rw-r--r-- | cosv/inc/cosv/tpl/vvector.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cosv/inc/cosv/tpl/vvector.hxx b/cosv/inc/cosv/tpl/vvector.hxx index e597fce49a2e..9832615f9f71 100644 --- a/cosv/inc/cosv/tpl/vvector.hxx +++ b/cosv/inc/cosv/tpl/vvector.hxx @@ -132,7 +132,7 @@ class VirtualVector typedef VirtualVector<XX,PTRDEL> self; typedef std::vector< DYN XX* > impl_type; typedef typename impl_type::size_type size_type; - typedef ptrdiff_t difference_type; + typedef std::ptrdiff_t difference_type; class const_iterator; class iterator; |