From c3f99532022abb0d37b23cfffb9d52455420416b Mon Sep 17 00:00:00 2001 From: Kohei Yoshida Date: Tue, 15 Nov 2016 22:17:34 -0500 Subject: [PATCH] Let's keep these guys private. Change-Id: I196c9c2b24f94ac66bb200fea561bdc5ccc679e5 --- vcl/unx/gtk/a11y/atklistener.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vcl/unx/gtk/a11y/atklistener.hxx b/vcl/unx/gtk/a11y/atklistener.hxx index fa37a3305668..39dbe5db9446 100644 --- a/vcl/unx/gtk/a11y/atklistener.hxx +++ b/vcl/unx/gtk/a11y/atklistener.hxx @@ -40,12 +40,12 @@ public: virtual void notifyEvent( const css::accessibility::AccessibleEventObject& aEvent ) throw( css::uno::RuntimeException, std::exception ) override; +private: + AtkObjectWrapper *mpWrapper; std::vector< css::uno::Reference< css::accessibility::XAccessible > > m_aChildList; -private: - virtual ~AtkListener() override; // Updates the child list held to provide the old IndexInParent on children_changed::remove