[PATCH] Remove GtkHookedYieldMutex and some small changes.
Terrence Enger
tenger at iseries-guru.com
Thu Apr 11 14:55:35 PDT 2013
On Thu, 2013-04-11 at 21:21 +0000, Vlastimil Jinoch (via Code Review) wrote:
> diff --git a/vcl/inc/unx/gtk/gtkinst.hxx b/vcl/inc/unx/gtk/gtkinst.hxx
> index 4ad13a6..a163633 100644
> --- a/vcl/inc/unx/gtk/gtkinst.hxx
> +++ b/vcl/inc/unx/gtk/gtkinst.hxx
> @@ -39,13 +39,18 @@
> class GtkYieldMutex : public SalYieldMutex
> {
> public:
[snip]
> +
> + std::list<sal_uLong> aYieldStack;
Does the data member need to be public? (Just askin')
Terry.
More information about the LibreOffice
mailing list