summaryrefslogtreecommitdiff
path: root/sal/osl/w32/path_helper.hxx
diff options
context:
space:
mode:
authortono <tono@openoffice.org>2010-03-24 19:21:47 +0900
committertono <tono@openoffice.org>2010-03-24 19:21:47 +0900
commit94924dfeda6f8505b829c5244553fefc958a0211 (patch)
treed8ae59c9dc2dff52c8632c296e8dbc0c71b8191d /sal/osl/w32/path_helper.hxx
parentffa4e12b0aef2309200f7e41dcaf83116b42dcf7 (diff)
i#110192: Mingw port update fix: sal/osl C++ syntax and long path
Diffstat (limited to 'sal/osl/w32/path_helper.hxx')
-rw-r--r--sal/osl/w32/path_helper.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/sal/osl/w32/path_helper.hxx b/sal/osl/w32/path_helper.hxx
index 64b0ac573da3..d157b42aa428 100644
--- a/sal/osl/w32/path_helper.hxx
+++ b/sal/osl/w32/path_helper.hxx
@@ -108,8 +108,11 @@ public:
{
return m_pBuffer;
}
+
};
+ template< class U, class T > U mingw_reinterpret_cast(LongPathBuffer<T>& a) { return reinterpret_cast<U>(static_cast<T*>(a)); }
+
} // end namespace osl
#endif