diff options
-rw-r--r-- | cppuhelper/test/bootstrap/TestEnv.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cppuhelper/test/bootstrap/TestEnv.cxx b/cppuhelper/test/bootstrap/TestEnv.cxx index 2ea3594257ec..a5cb97f5f0ec 100644 --- a/cppuhelper/test/bootstrap/TestEnv.cxx +++ b/cppuhelper/test/bootstrap/TestEnv.cxx @@ -36,7 +36,7 @@ #endif -class SAL_DLLPRIVATE TestEnv : public cppu::Enterable +class TestEnv : public cppu::Enterable { int m_inCount; |