summaryrefslogtreecommitdiff
path: root/TAO/tests/Compression/RLECompressorTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Compression/RLECompressorTest.cpp')
-rw-r--r--TAO/tests/Compression/RLECompressorTest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/Compression/RLECompressorTest.cpp b/TAO/tests/Compression/RLECompressorTest.cpp
index 8de90b314a4..5cd3756b4dd 100644
--- a/TAO/tests/Compression/RLECompressorTest.cpp
+++ b/TAO/tests/Compression/RLECompressorTest.cpp
@@ -173,7 +173,7 @@ struct HRTimer : ACE_High_Res_Timer
HRTimer(const ACE_TCHAR* msg) : msg_(msg) {
this->reset(); this->start();
}
- ~HRTimer(void) {
+ ~HRTimer() {
this->stop(); this->print_ave(this->msg_, 1);
}
};