summaryrefslogtreecommitdiff
path: root/sal/osl/w32/path_helper.hxx
diff options
context:
space:
mode:
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