diff options
| author | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2007-01-15 23:30:57 +0000 |
|---|---|---|
| committer | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2007-01-15 23:30:57 +0000 |
| commit | 25b95b17bf075eb648f0053901f299e8717990d2 (patch) | |
| tree | 1b01f5767e0b2974c0ebe8a8e850bb24e75c89de /lib/dvb/radiotext.cpp | |
| parent | d4a3610bf6cc725b724d6ca2677ae086387f0c76 (diff) | |
| download | enigma2-25b95b17bf075eb648f0053901f299e8717990d2.tar.gz enigma2-25b95b17bf075eb648f0053901f299e8717990d2.zip | |
make code inline
Diffstat (limited to 'lib/dvb/radiotext.cpp')
| -rw-r--r-- | lib/dvb/radiotext.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/dvb/radiotext.cpp b/lib/dvb/radiotext.cpp index 34a5acd6..87498da9 100644 --- a/lib/dvb/radiotext.cpp +++ b/lib/dvb/radiotext.cpp @@ -136,7 +136,7 @@ void eDVBRadioTextParser::processPESPacket(__u8 *data, int len) } } -void eDVBRadioTextParser::gotAncillaryByte(__u8 data) +inline void eDVBRadioTextParser::gotAncillaryByte(__u8 data) { buf[bytesread]=data; bytesread+=1; |
