diff options
| author | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2007-01-13 19:45:52 +0000 |
|---|---|---|
| committer | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2007-01-13 19:45:52 +0000 |
| commit | 855949a917ed8cf65397adc49872c99bdb2123c2 (patch) | |
| tree | 9f0512a205a3af1550b2a8d1f8da6609a405ea3a /lib/service/iservice.h | |
| parent | 1f497d5b863644889bda758eed836a3d6be7be11 (diff) | |
| download | enigma2-855949a917ed8cf65397adc49872c99bdb2123c2.tar.gz enigma2-855949a917ed8cf65397adc49872c99bdb2123c2.zip | |
fix non working use of configured system language for epg language
Diffstat (limited to 'lib/service/iservice.h')
| -rw-r--r-- | lib/service/iservice.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/service/iservice.h b/lib/service/iservice.h index 96cd792d..015ef879 100644 --- a/lib/service/iservice.h +++ b/lib/service/iservice.h @@ -224,7 +224,7 @@ typedef long long pts_t; Hide the result only if there is another way to check for failure! */ -SWIG_TEMPLATE_TYPEDEF(ePtr<eServiceEvent>, eServiceEventPtr); +class eServiceEvent; SWIG_IGNORE(iStaticServiceInformation); class iStaticServiceInformation: public iObject |
