diff options
Diffstat (limited to 'io/test/stm/pumptest.cxx')
-rw-r--r-- | io/test/stm/pumptest.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/io/test/stm/pumptest.cxx b/io/test/stm/pumptest.cxx index b95d54c286c5..ae2a28bebf38 100644 --- a/io/test/stm/pumptest.cxx +++ b/io/test/stm/pumptest.cxx @@ -63,7 +63,7 @@ static void mywait() class OPumpTest : public WeakImplHelper < XSimpleTest > { public: - OPumpTest( const Reference< XMultiServiceFactory > & rFactory ); + explicit OPumpTest( const Reference< XMultiServiceFactory > & rFactory ); ~OPumpTest(); public: // implementation names |