diff options
Diffstat (limited to 'cpp/test/IceUtil/thread/CountDownLatchTest.h')
-rw-r--r-- | cpp/test/IceUtil/thread/CountDownLatchTest.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/test/IceUtil/thread/CountDownLatchTest.h b/cpp/test/IceUtil/thread/CountDownLatchTest.h index 6a85ecb1b56..97d40280a42 100644 --- a/cpp/test/IceUtil/thread/CountDownLatchTest.h +++ b/cpp/test/IceUtil/thread/CountDownLatchTest.h @@ -19,7 +19,7 @@ public: CountDownLatchTest(); private: - + virtual void run(); }; |