diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2005-01-01 13:26:24 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2005-01-01 13:26:24 +0000 |
commit | 492b345affc9abbd165221233f984f36f8cd2858 (patch) | |
tree | 9ac6489e6cebfda6c831e99eccff4116857e6f69 /tests/Time_Value_Test.cpp | |
parent | 8df63015e2d521ec0babe9b62db2300278d9ce1b (diff) | |
download | ATCD-492b345affc9abbd165221233f984f36f8cd2858.tar.gz |
ChangeLogTag: Sat Jan 1 11:45:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'tests/Time_Value_Test.cpp')
-rw-r--r-- | tests/Time_Value_Test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Time_Value_Test.cpp b/tests/Time_Value_Test.cpp index bc33a14eb7a..e4f302ce376 100644 --- a/tests/Time_Value_Test.cpp +++ b/tests/Time_Value_Test.cpp @@ -196,7 +196,7 @@ run_main (int, ACE_TCHAR *[]) // NOTE: this is intended to show what happens with // ACE_Time_Value (2.5). Some compilers, such as g++ 2.7.2.3, // actually warn about it without the case. - ACE_Time_Value tv8 (ACE_static_cast (long, 2.5)); + ACE_Time_Value tv8 (static_cast <long> (2.5)); // Test assignment operator, tv9 and tv6 must be the same after this ACE_Time_Value tv9; |