X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/39862e4439df37f150796d3d99352b8859de0736..85f2616ef78700cf2639992abaf1011ecaa897bd:/lib/driver/avswitch.h?ds=sidebyside diff --git a/lib/driver/avswitch.h b/lib/driver/avswitch.h index 9f6eccb7..d765e02a 100644 --- a/lib/driver/avswitch.h +++ b/lib/driver/avswitch.h @@ -4,12 +4,16 @@ class eAVSwitch { static eAVSwitch *instance; - +#ifdef SWIG + eAVSwitch(); + ~eAVSwitch(); +#endif protected: public: +#ifndef SWIG eAVSwitch(); ~eAVSwitch(); - +#endif static eAVSwitch *getInstance(); void setFastBlank(int val);