[Libreoffice-commits] .: o3tl/inc

Noel Power noelp at kemper.freedesktop.org
Thu Aug 11 01:37:27 PDT 2011


 o3tl/inc/o3tl/vector_pool.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit fa53c328cb028f61f8bff25d1960a94ad39f51ca
Author: Tom Tromey <tromey at redhat.com>
Date:   Thu Aug 11 09:37:59 2011 +0100

    fix compile errors from trunck gcc

diff --git a/o3tl/inc/o3tl/vector_pool.hxx b/o3tl/inc/o3tl/vector_pool.hxx
index 28be1e1..410c9f6 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;
                 }
             }


More information about the Libreoffice-commits mailing list