diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-11-30 15:02:11 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-11-30 15:02:36 +0100 |
commit | 7c057880e5bfdbb1720cfce2ba0551f8d5d366c9 (patch) | |
tree | 719f1a5f8731538e85cd07e6d8d6e820174f7c3d /connectivity | |
parent | 8bf1ddc61619e40891e5351815892d865d1a3323 (diff) |
protected -> private
Change-Id: I43d4da8301d9a0c9cc4d48c38c9945551ddc0151
Diffstat (limited to 'connectivity')
-rw-r--r-- | connectivity/source/drivers/firebird/Connection.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
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 |