diff options
Diffstat (limited to 'vcl/qa/cppunit/timer.cxx')
-rw-r--r-- | vcl/qa/cppunit/timer.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vcl/qa/cppunit/timer.cxx b/vcl/qa/cppunit/timer.cxx index 1e57f27884bd..4c4ed630c601 100644 --- a/vcl/qa/cppunit/timer.cxx +++ b/vcl/qa/cppunit/timer.cxx @@ -31,7 +31,7 @@ /// Avoid our timer tests just wedging the build if they fail. class WatchDog : public osl::Thread { - sal_Int32 mnSeconds; + sal_Int32 const mnSeconds; public: explicit WatchDog(sal_Int32 nSeconds) : Thread(), @@ -450,7 +450,7 @@ void TimerTest::testInvokedReStart() class IdleSerializer : public Idle { - sal_uInt32 mnPosition; + sal_uInt32 const mnPosition; sal_uInt32 &mrProcesed; public: IdleSerializer( const sal_Char *pDebugName, |