summaryrefslogtreecommitdiff
path: root/include/vcl/layout.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-10-29 17:12:11 +0000
committerCaolán McNamara <caolanm@redhat.com>2014-10-29 17:14:10 +0000
commit62c125bbb4d27631af6cbcb498e765c0b215b734 (patch)
treee66641b2c6546abd5cd247b5bc2fffe0badf5acc /include/vcl/layout.hxx
parent591d4559c5068d6f1f61fc63571a9fa6286b5661 (diff)
Resolves: rhbz#1146169 a11y frames label dies before frame
Change-Id: Ie5650c3a5593dcf68196802169c47270a0c3b0e6
Diffstat (limited to 'include/vcl/layout.hxx')
-rw-r--r--include/vcl/layout.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/vcl/layout.hxx b/include/vcl/layout.hxx
index 88f1887750a8..edb8d6b6434a 100644
--- a/include/vcl/layout.hxx
+++ b/include/vcl/layout.hxx
@@ -459,6 +459,7 @@ private:
private:
friend class VclBuilder;
void designate_label(vcl::Window *pWindow);
+ DECL_LINK(WindowEventListener, VclSimpleEvent*);
public:
VclFrame(vcl::Window *pParent)
: VclBin(pParent)