diff options
Diffstat (limited to 'pyuno/inc/pyuno.hxx')
-rw-r--r-- | pyuno/inc/pyuno.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyuno/inc/pyuno.hxx b/pyuno/inc/pyuno.hxx index 39f5a0ed128f..9c621e71cffe 100644 --- a/pyuno/inc/pyuno.hxx +++ b/pyuno/inc/pyuno.hxx @@ -301,7 +301,7 @@ public: @see PyThreadAttach */ -class LO_DLLPUBLIC_PYUNO PyThreadDetach +class PyThreadDetach { PyThreadState *tstate; PyThreadDetach ( const PyThreadDetach & ) = delete; |