summaryrefslogtreecommitdiff
path: root/cppuhelper/source/exc_thrower.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'cppuhelper/source/exc_thrower.cxx')
-rw-r--r--cppuhelper/source/exc_thrower.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cppuhelper/source/exc_thrower.cxx b/cppuhelper/source/exc_thrower.cxx
index 6bec68874031..a49f3aa1d52c 100644
--- a/cppuhelper/source/exc_thrower.cxx
+++ b/cppuhelper/source/exc_thrower.cxx
@@ -47,7 +47,7 @@ struct ExceptionThrower : public uno_Interface, XExceptionThrower
virtual ~ExceptionThrower() {}
- static inline Type const & getCppuType()
+ static Type const & getCppuType()
{
return cppu::UnoType<XExceptionThrower>::get();
}