summaryrefslogtreecommitdiff
path: root/ACE/ace/Test_and_Set.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/Test_and_Set.h')
-rw-r--r--ACE/ace/Test_and_Set.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/ace/Test_and_Set.h b/ACE/ace/Test_and_Set.h
index 6ec541a697e..d7351dd1cc3 100644
--- a/ACE/ace/Test_and_Set.h
+++ b/ACE/ace/Test_and_Set.h
@@ -37,7 +37,7 @@ public:
ACE_Test_and_Set (TYPE initial_value = 0);
/// Returns true if we are set, else false.
- TYPE is_set (void) const;
+ TYPE is_set () const;
/// Sets the <is_set_> status, returning the original value of
/// <is_set_>.