diff options
-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 ) { } |