diff options
-rw-r--r-- | vcl/qa/cppunit/timer.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/qa/cppunit/timer.cxx b/vcl/qa/cppunit/timer.cxx index dd03c20bbc1f..28f4284f1430 100644 --- a/vcl/qa/cppunit/timer.cxx +++ b/vcl/qa/cppunit/timer.cxx @@ -48,7 +48,7 @@ public: } }; -static WatchDog aWatchDog( 120 ); // random high number in secs +static WatchDog * aWatchDog = new WatchDog( 120 ); // random high number in secs class TimerTest : public test::BootstrapFixture { |