summaryrefslogtreecommitdiff
path: root/ACE/tests/Auto_IncDec_Test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/tests/Auto_IncDec_Test.cpp')
-rw-r--r--ACE/tests/Auto_IncDec_Test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/tests/Auto_IncDec_Test.cpp b/ACE/tests/Auto_IncDec_Test.cpp
index db61c42a77c..e075af5f713 100644
--- a/ACE/tests/Auto_IncDec_Test.cpp
+++ b/ACE/tests/Auto_IncDec_Test.cpp
@@ -24,7 +24,7 @@
// Default number of threads.
static size_t n_threads = 15;
-typedef ACE_Atomic_Op<ACE_Thread_Mutex, int> INTERLOCKED_INT;
+using INTERLOCKED_INT = ACE_Atomic_Op<ACE_Thread_Mutex, int>;
static INTERLOCKED_INT current_threads_in_first_section;
static INTERLOCKED_INT current_threads_in_second_section;