diff options
Diffstat (limited to 'cppu/source/uno/constr.hxx')
-rw-r--r-- | cppu/source/uno/constr.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cppu/source/uno/constr.hxx b/cppu/source/uno/constr.hxx index 7e4e034f08a5..8c15a6fb0142 100644 --- a/cppu/source/uno/constr.hxx +++ b/cppu/source/uno/constr.hxx @@ -129,7 +129,7 @@ inline void _defaultConstructData( *static_cast<void **>(pMem) = nullptr; // either cpp or c-uno interface break; default: - assert(false); + OSL_ASSERT(false); break; } } |