From 7c057880e5bfdbb1720cfce2ba0551f8d5d366c9 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Mon, 30 Nov 2015 15:02:11 +0100 Subject: protected -> private Change-Id: I43d4da8301d9a0c9cc4d48c38c9945551ddc0151 --- connectivity/source/drivers/firebird/Connection.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'connectivity') diff --git a/connectivity/source/drivers/firebird/Connection.hxx b/connectivity/source/drivers/firebird/Connection.hxx index f1954ad37078..29784ddc55be 100644 --- a/connectivity/source/drivers/firebird/Connection.hxx +++ b/connectivity/source/drivers/firebird/Connection.hxx @@ -76,7 +76,7 @@ namespace connectivity * Only relevant for embedded dbs. */ static const OUString our_sDBLocation; - protected: + ::osl::Mutex m_aMutex; TTypeInfoVector m_aTypeInfo; // vector containing an entry -- cgit