summaryrefslogtreecommitdiff
path: root/include/vcl/vclreferencebase.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-07-25 15:44:16 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-07-25 22:03:12 +0200
commit1a1507a969b63e5cf45b5a28dbc4c00ae2c635ed (patch)
tree46f78890cf668010cf9cad54a36e518b541e5671 /include/vcl/vclreferencebase.hxx
parent06aacee86ec9e53928cc0c31906a8922babfe2b6 (diff)
VclReferenceBase::getRefCount should return sal_Int32
Change-Id: I30f8b82fe79fb4822ff9888acd0aa16889bbf4ac Reviewed-on: https://gerrit.libreoffice.org/40413 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/vcl/vclreferencebase.hxx')
-rw-r--r--include/vcl/vclreferencebase.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/vclreferencebase.hxx b/include/vcl/vclreferencebase.hxx
index feb1f19523e4..f90f579631a8 100644
--- a/include/vcl/vclreferencebase.hxx
+++ b/include/vcl/vclreferencebase.hxx
@@ -46,7 +46,7 @@ public:
}
#ifdef DBG_UTIL
#ifndef WNT
- int getRefCount() const { return mnRefCnt; }
+ sal_Int32 getRefCount() const { return mnRefCnt; }
#endif
#endif