From b331e97167a352f3faf8ad106f036c7428cb5bed Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Mon, 24 Jan 2011 10:41:27 +0000 Subject: WaE: gcc 4.6.0 various warnings --- cosv/inc/cosv/tpl/vvector.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cosv') 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 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; -- cgit