[Libreoffice-commits] core.git: vcl/unx

Stephan Bergmann sbergman at redhat.com
Thu Feb 25 09:24:53 UTC 2016


 vcl/unx/kde4/tst_exclude_socket_notifiers.hxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit d79a413736317e39bf17786f4cabb0f4ac0d2a75
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Thu Feb 25 10:24:23 2016 +0100

    -Werror,-Wshadow
    
    Change-Id: I5e4cec5f9ac5b6d92214533251f97fb73c62434f

diff --git a/vcl/unx/kde4/tst_exclude_socket_notifiers.hxx b/vcl/unx/kde4/tst_exclude_socket_notifiers.hxx
index 9df67c2..3573a80 100644
--- a/vcl/unx/kde4/tst_exclude_socket_notifiers.hxx
+++ b/vcl/unx/kde4/tst_exclude_socket_notifiers.hxx
@@ -43,9 +43,9 @@ class TestExcludeSocketNotifiers
         const int* pipes;
 };
 
-TestExcludeSocketNotifiers::TestExcludeSocketNotifiers( const int* pipes )
+TestExcludeSocketNotifiers::TestExcludeSocketNotifiers( const int* thePipes )
     : received( false )
-    , pipes( pipes )
+    , pipes( thePipes )
 {
 }
 


More information about the Libreoffice-commits mailing list