fix
[enigma2.git] / lib / dvb / idvb.h
index a6a19fff1bac47bad472aff53ab90dc8df6c8c5f..16e0747cee5e0742f13ef438f0563e0389262e27 100644 (file)
@@ -323,16 +323,19 @@ public:
 
 class eDVBDiseqcCommand
 {
+#ifndef SWIG
 public:
+#endif
        int len;
-#ifndef SWIG
        __u8 data[MAX_DISEQC_LENGTH];
 #if HAVE_DVB_API_VERSION < 3
        int tone;
        int voltage;
 #endif
-#endif //SWIG
-       void setData(const char *str);
+#ifdef SWIG
+public:
+#endif
+       void setCommandString(const char *str);
 };
 
 class iDVBSatelliteEquipmentControl;