Made tChannelID::operator==() inline for better performance

This commit is contained in:
Klaus Schmidinger
2005-05-26 11:25:36 +02:00
parent 70ac6784ac
commit 373c69043a
4 changed files with 8 additions and 8 deletions

View File

@@ -1357,3 +1357,6 @@ Johannes Stezenbach <js@linuxtv.org>
Paavo Hartikainen <pahartik@sci.fi>
for verifying that the byte swap for big endian systems in cDvbOsd::Flush() was
wrong
Georg Acher <acher@baycom.de>
for making tChannelID::operator==() inline for better performance