code cleanup / more flexible code
[enigma2.git] / lib / gui / elistboxcontent.h
index aff071bfd9cc2965de10283af43b7f0a29be55f3..466a825bd05abbb141df62e31a70a376cf7b39dc 100644 (file)
@@ -63,7 +63,7 @@ class eListboxPythonMultiContent: public eListboxPythonStringContent
 {
        ePyObject m_buildFunc;
        eRect m_selection_clip;
 {
        ePyObject m_buildFunc;
        eRect m_selection_clip;
-       eRect m_temp_clip;
+       gRegion m_temp_clip;
 public:
        eListboxPythonMultiContent();
        ~eListboxPythonMultiContent();
 public:
        eListboxPythonMultiContent();
        ~eListboxPythonMultiContent();