diff options
Diffstat (limited to 'client/device.h')
-rw-r--r-- | client/device.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/device.h b/client/device.h index b2eed70..5eb9e53 100644 --- a/client/device.h +++ b/client/device.h @@ -56,7 +56,7 @@ public: virtual bool ProvidesChannel(const cChannel *Channel, int Priority = -1, bool *NeedsDetachReceivers = NULL) const; #if APIVERSNUM >= 10700 - virtual int NumProvidedSystems(void) const { return 1; } + virtual int NumProvidedSystems(void) const; #endif virtual bool IsTunedToTransponder(const cChannel *Channel); |