summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@collabora.com>2016-11-15 22:17:34 -0500
committerKohei Yoshida <kohei.yoshida@collabora.com>2016-11-16 00:04:57 -0500
commitc3f99532022abb0d37b23cfffb9d52455420416b (patch)
tree973e7ee321e7bdf8e88d7cf8d4a9a83a14cec20c /vcl
parente4e208fa2b0930be5a7cbbe2fab2ff2fe2c4a1ff (diff)
Let's keep these guys private.
Change-Id: I196c9c2b24f94ac66bb200fea561bdc5ccc679e5
Diffstat (limited to 'vcl')
-rw-r--r--vcl/unx/gtk/a11y/atklistener.hxx4
1 files 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