diff options
author | Steve Huston <shuston@riverace.com> | 2002-08-27 17:38:26 +0000 |
---|---|---|
committer | Steve Huston <shuston@riverace.com> | 2002-08-27 17:38:26 +0000 |
commit | 7b5a429be6bcb7376736b32d9ef8b632abd3d45e (patch) | |
tree | 975bd4989100178940b9f15c0ad737d40b783b54 /tests/Cache_Map_Manager_Test.h | |
parent | 85e3f3910c6931831afed75e4593f56309a6f610 (diff) | |
download | ATCD-7b5a429be6bcb7376736b32d9ef8b632abd3d45e.tar.gz |
ChangeLogTag:Tue Aug 27 13:28:17 2002 Steve Huston <shuston@riverace.com>
Diffstat (limited to 'tests/Cache_Map_Manager_Test.h')
-rw-r--r-- | tests/Cache_Map_Manager_Test.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Cache_Map_Manager_Test.h b/tests/Cache_Map_Manager_Test.h index 5f75635a04c..a6bead7858d 100644 --- a/tests/Cache_Map_Manager_Test.h +++ b/tests/Cache_Map_Manager_Test.h @@ -31,7 +31,7 @@ public: u_long operator () (size_t t) const { // Simply returns t - return t; + return ACE_static_cast (u_long, t); } }; |