diff options
-rw-r--r-- | tests/Reactors_Test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Reactors_Test.cpp b/tests/Reactors_Test.cpp index 7cd395c7d74..c69dee913b3 100644 --- a/tests/Reactors_Test.cpp +++ b/tests/Reactors_Test.cpp @@ -47,7 +47,7 @@ public: ACE_Reactor_Mask close_mask); private: - int handled_; + size_t handled_; // Number of iterations handled. static int task_count_; |