diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-09-12 11:54:05 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-09-12 11:54:30 +0100 |
commit | 2e11d06b061e1f0059b6ea4645dd262d0d2a1436 (patch) | |
tree | 9e50408fb453f470cbd8acb4fb6204cd88b08cc0 /svl | |
parent | 473ba86d1307bccc2d5e22dcc360df75011bc2bc (diff) |
not going to get away with this friend syntax
Diffstat (limited to 'svl')
-rw-r--r-- | svl/inc/svl/svldata.hxx | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/svl/inc/svl/svldata.hxx b/svl/inc/svl/svldata.hxx index ab4ccc02edb1..b51a36822084 100644 --- a/svl/inc/svl/svldata.hxx +++ b/svl/inc/svl/svldata.hxx @@ -45,9 +45,7 @@ public: // further request for any other language supply the resmgr of the first call. // For the simple resmgr we have a mgr for each language ever requested). -private: - template<class> friend class rtl::Static; - +public: ImpSvlData(): pStoringPool(0), m_pThreadsafeRMs(NULL) {} |