summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-08-11 16:47:36 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-08-11 16:47:36 +0000
commitfaff17d18056afe94b7378d8c2147b178b16fc1a (patch)
tree0f1d84218101ee7ccfc04e9c506a6ab35bcce673 /vcl
parentfdd2f9e5f7d67a418ff8131cdc44d45b8206be6e (diff)
INTEGRATION: CWS svp01 (1.6.222); FILE MERGED
2006/05/22 16:35:30 pl 1.6.222.1: #135265# free plugin abstraction of dependency on X11 specific SalData
Diffstat (limited to 'vcl')
-rw-r--r--vcl/unx/inc/plugins/gtk/gtkinst.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/vcl/unx/inc/plugins/gtk/gtkinst.hxx b/vcl/unx/inc/plugins/gtk/gtkinst.hxx
index a404448a02bc..81b0895eadd3 100644
--- a/vcl/unx/inc/plugins/gtk/gtkinst.hxx
+++ b/vcl/unx/inc/plugins/gtk/gtkinst.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: gtkinst.hxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: kz $ $Date: 2005-11-02 13:33:56 $
+ * last change: $Author: hr $ $Date: 2006-08-11 17:47:36 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -82,7 +82,7 @@ public:
};
-#define GTK_YIELD_GRAB() GtkYieldMutex::GtkYieldGuard aLocalGtkYieldGuard( static_cast<GtkYieldMutex*>(GetSalData()->pInstance_->GetYieldMutex()) )
+#define GTK_YIELD_GRAB() GtkYieldMutex::GtkYieldGuard aLocalGtkYieldGuard( static_cast<GtkYieldMutex*>(GetSalData()->m_pInstance->GetYieldMutex()) )
class GtkInstance : public X11SalInstance
{