diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-02-25 10:24:23 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-02-25 10:24:23 +0100 |
commit | d79a413736317e39bf17786f4cabb0f4ac0d2a75 (patch) | |
tree | 3c50f13c93fc8c5377459eada8e5674be842af07 | |
parent | b409a1a6680cd1a1189e34feb820539ff4d81c5a (diff) |
-Werror,-Wshadow
Change-Id: I5e4cec5f9ac5b6d92214533251f97fb73c62434f
-rw-r--r-- | vcl/unx/kde4/tst_exclude_socket_notifiers.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vcl/unx/kde4/tst_exclude_socket_notifiers.hxx b/vcl/unx/kde4/tst_exclude_socket_notifiers.hxx index 9df67c25f1cd..3573a808257f 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 ) { } |