make many constructors and destructors invisible for python
[vuplus_dvbapp] / lib / actions / action.h
index 63a2f34..e43e48a 100644 (file)
@@ -17,6 +17,10 @@ class eWidget;
 class eActionMap: public iObject
 {
 DECLARE_REF(eActionMap);
+#ifdef SWIG
+       eActionMap();
+       ~eActionMap();
+#endif
 public:
 #ifndef SWIG
        eActionMap();