diff options
author | Tor Lillqvist <tml@collabora.com> | 2015-06-02 17:43:44 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2015-06-02 21:41:46 +0300 |
commit | 5ad704ac9b885df71f634716a10b625e4473005f (patch) | |
tree | f7b17cb36e24fc17017274eea367f03927ab1d28 /include | |
parent | 6d50c6ccdf85e7d01f16d3edb957eed2a4ad5e47 (diff) |
There is no use of vcl::Window here
Change-Id: Idf36c08205a8a3a36ae05040e1c1fd28d5e2f13f
Diffstat (limited to 'include')
-rw-r--r-- | include/vcl/vclptr.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/vcl/vclptr.hxx b/include/vcl/vclptr.hxx index ad7d1e20d9eb..cd8f46f5dc54 100644 --- a/include/vcl/vclptr.hxx +++ b/include/vcl/vclptr.hxx @@ -70,8 +70,6 @@ public: }; }; // namespace detail, namespace vcl -namespace vcl { class Window; } - /** * A thin wrapper around rtl::Reference to implement the acquire and dispose semantics we want for references to vcl::Window subclasses. * |