X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/8ade23537a682d4b0c9709d533b25702bde2ee23..31688e1b8f028059a700a92a8276c97928abd260:/lib/gui/elistbox.h diff --git a/lib/gui/elistbox.h b/lib/gui/elistbox.h index ac45a332..4c06e288 100644 --- a/lib/gui/elistbox.h +++ b/lib/gui/elistbox.h @@ -7,6 +7,8 @@ class iListboxContent: public iObject { public: + virtual ~iListboxContent()=0; + /* indices go from 0 to size(). the end is reached when the cursor is on size(), i.e. one after the last entry (this mimics @@ -62,5 +64,4 @@ private: ePtr m_content; }; - #endif