[Libreoffice-commits] core.git: include/vcl

Noel Grandin noel.grandin at collabora.co.uk
Tue Jul 25 20:03:51 UTC 2017


 include/vcl/vclreferencebase.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 1a1507a969b63e5cf45b5a28dbc4c00ae2c635ed
Author: Noel Grandin <noel.grandin at collabora.co.uk>
Date:   Tue Jul 25 15:44:16 2017 +0200

    VclReferenceBase::getRefCount should return sal_Int32
    
    Change-Id: I30f8b82fe79fb4822ff9888acd0aa16889bbf4ac
    Reviewed-on: https://gerrit.libreoffice.org/40413
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Noel Grandin <noel.grandin at collabora.co.uk>
    Tested-by: Noel Grandin <noel.grandin at collabora.co.uk>

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
 


More information about the Libreoffice-commits mailing list