summaryrefslogtreecommitdiff
path: root/ACE/tests/Bug_2980_Regression_Test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/tests/Bug_2980_Regression_Test.cpp')
-rw-r--r--ACE/tests/Bug_2980_Regression_Test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/tests/Bug_2980_Regression_Test.cpp b/ACE/tests/Bug_2980_Regression_Test.cpp
index 29a6261884f..1b4383d61ce 100644
--- a/ACE/tests/Bug_2980_Regression_Test.cpp
+++ b/ACE/tests/Bug_2980_Regression_Test.cpp
@@ -50,7 +50,7 @@ namespace {
#endif
-typedef int (* voidfunction)(void);
+using voidfunction = int (*)();
#if defined (CAN_RUN_TEST)