Kaydet (Commit) f53d9322 authored tarafından Noel Grandin's avatar Noel Grandin

sal_uIntPtr->sal_uInt32 in yieldCounts

to match the underlying field in GenericSolarMutex

Change-Id: I98dcab3b684278c4a184534ba782b5b03b0504f0
Reviewed-on: https://gerrit.libreoffice.org/46508Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarNoel Grandin <noel.grandin@collabora.co.uk>
üst 065852f4
......@@ -46,7 +46,7 @@ class GtkPrintWrapper;
class GenPspGraphics;
class GtkYieldMutex : public SalYieldMutex
{
thread_local static std::stack<sal_uIntPtr> yieldCounts;
thread_local static std::stack<sal_uInt32> yieldCounts;
public:
GtkYieldMutex() {}
......
......@@ -295,7 +295,7 @@ SalPrinter* GtkInstance::CreatePrinter( SalInfoPrinter* pInfoPrinter )
* for each pair, so we can accurately restore
* it later.
*/
thread_local std::stack<sal_uIntPtr> GtkYieldMutex::yieldCounts;
thread_local std::stack<sal_uInt32> GtkYieldMutex::yieldCounts;
void GtkYieldMutex::ThreadsEnter()
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment