summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJochen Nitschke <j.nitschke+logerrit@ok.de>2017-05-02 18:55:29 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-05-03 09:10:21 +0200
commit58ac61478aa01c72ab99ff372656539c58545348 (patch)
tree30827c7f0d34fa19c19a1fbe9e5180da1f4cf02b /include
parentd954a20f50c8b1aa717092a7eb3daecf8d5ae706 (diff)
remove empty namespaces
Change-Id: I3eae0ecc1ffc5500d3c55abc6554822f5432a50a Reviewed-on: https://gerrit.libreoffice.org/37173 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include')
-rw-r--r--include/vcl/vclptr.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/vcl/vclptr.hxx b/include/vcl/vclptr.hxx
index 2e79b17cf5bb..a6dc702675f9 100644
--- a/include/vcl/vclptr.hxx
+++ b/include/vcl/vclptr.hxx
@@ -92,8 +92,6 @@ template<typename T> constexpr bool isIncompleteOrDerivedFromVclReferenceBase(
*
* @param reference_type must be a subclass of vcl::Window
*/
-namespace detail {
-}
template <class reference_type>
class VclPtr
{