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

@@ -3563,3 +3563,5 @@ Video Disk Recorder Revision History
is pressed (thanks to Rolf Ahrenberg).
- Moved the NPTL and UTF-8 checks after the version and help output (thanks to
Andreas Kool for pointing out that 'vdr --version' failed on an UTF-8 system).
- Made tChannelID::operator==() inline for better performance (thanks to Georg
Acher).