summaryrefslogtreecommitdiff
path: root/ACE/examples/APG/Containers/Hash_Map_Hash.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/examples/APG/Containers/Hash_Map_Hash.h')
-rw-r--r--ACE/examples/APG/Containers/Hash_Map_Hash.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/examples/APG/Containers/Hash_Map_Hash.h b/ACE/examples/APG/Containers/Hash_Map_Hash.h
index a2a5c1dde96..143ef6f2553 100644
--- a/ACE/examples/APG/Containers/Hash_Map_Hash.h
+++ b/ACE/examples/APG/Containers/Hash_Map_Hash.h
@@ -13,7 +13,7 @@ public:
KeyType (const KeyType& kt) { this->val_ = kt.val_; }
- operator int (void) const { return val_; }
+ operator int () const { return val_; }
private:
int val_;