fix inverted setting (meaning was inverted too)
[enigma2.git] / lib / driver / avswitch.h
index 9f6eccb7fd9569d65362456122cf3ad138699fc2..d765e02afe6758a41c975fa419af83422482fb5e 100644 (file)
@@ -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);