From fa53c328cb028f61f8bff25d1960a94ad39f51ca Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Thu, 11 Aug 2011 09:37:59 +0100 Subject: fix compile errors from trunck gcc --- o3tl/inc/o3tl/vector_pool.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'o3tl/inc') diff --git a/o3tl/inc/o3tl/vector_pool.hxx b/o3tl/inc/o3tl/vector_pool.hxx index 28be1e199202..410c9f68b821 100644 --- a/o3tl/inc/o3tl/vector_pool.hxx +++ b/o3tl/inc/o3tl/vector_pool.hxx @@ -65,7 +65,7 @@ namespace o3tl } else { - push_back(value_type(rCopy)); + this->push_back(value_type(rCopy)); return this->size()-1; } } -- cgit