summaryrefslogtreecommitdiff
path: root/ACE/performance-tests/Misc/test_singleton.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/performance-tests/Misc/test_singleton.cpp')
-rw-r--r--ACE/performance-tests/Misc/test_singleton.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ACE/performance-tests/Misc/test_singleton.cpp b/ACE/performance-tests/Misc/test_singleton.cpp
index 44c026f80f5..a3723f165ee 100644
--- a/ACE/performance-tests/Misc/test_singleton.cpp
+++ b/ACE/performance-tests/Misc/test_singleton.cpp
@@ -41,8 +41,8 @@ static const int DEFAULT_ITERATIONS = 100000000;
class Mutex_Singleton
{
public:
- Mutex_Singleton (void) {}
- void svc (void) {}
+ Mutex_Singleton () {}
+ void svc () {}
static Mutex_Singleton *instance ();
private: