diff options
| author | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2005-12-31 00:23:01 +0000 |
|---|---|---|
| committer | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2005-12-31 00:23:01 +0000 |
| commit | 85f2616ef78700cf2639992abaf1011ecaa897bd (patch) | |
| tree | 86b10403cdb942ec5a4a168a7012fe3ac859a703 /lib/actions | |
| parent | 39862e4439df37f150796d3d99352b8859de0736 (diff) | |
| download | enigma2-85f2616ef78700cf2639992abaf1011ecaa897bd.tar.gz enigma2-85f2616ef78700cf2639992abaf1011ecaa897bd.zip | |
make many constructors and destructors invisible for python
Diffstat (limited to 'lib/actions')
| -rw-r--r-- | lib/actions/action.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/actions/action.h b/lib/actions/action.h index 63a2f349..e43e48a7 100644 --- a/lib/actions/action.h +++ b/lib/actions/action.h @@ -17,6 +17,10 @@ class eWidget; class eActionMap: public iObject { DECLARE_REF(eActionMap); +#ifdef SWIG + eActionMap(); + ~eActionMap(); +#endif public: #ifndef SWIG eActionMap(); |
