diff options
author | Noel Grandin <noel@peralex.com> | 2015-09-15 12:18:40 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-09-16 08:38:54 +0200 |
commit | c52baea785109ff546159128c7502533477c9331 (patch) | |
tree | 54d001522ba6fd16976e4758408600e6a1fbfbd8 /vcl/opengl/salbmp.cxx | |
parent | 91d06b09ae019f09bca54718c1c24907762aa3ea (diff) |
clean up VclEventListeners and VclEventListeners2
Move them inside the vcl module. there is no need to expose their
implementation.
Make the VclEventListeners2 implementation similar to the
VclEventListeners implemenation - I can't see the benefit of this extra
complication with invalidated iterators, given the very small number
of listeners typically on such a list.
Change-Id: I040ddd24b10d2109af13ee25b5181703af17a109
Diffstat (limited to 'vcl/opengl/salbmp.cxx')
-rw-r--r-- | vcl/opengl/salbmp.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vcl/opengl/salbmp.cxx b/vcl/opengl/salbmp.cxx index fefa3817b8b2..05c100058567 100644 --- a/vcl/opengl/salbmp.cxx +++ b/vcl/opengl/salbmp.cxx @@ -27,6 +27,7 @@ #include "vcl/salbtype.hxx" #include "svdata.hxx" #include "salgdi.hxx" +#include "vcleventlisteners.hxx" #include "opengl/zone.hxx" #include "opengl/program.hxx" |