Browse Source

Added virtual destructor to avoid memory leaks

adaptive-webui-19844
Christophe Dumez 15 years ago
parent
commit
19368bcefa
  1. 1
      src/rss.h

1
src/rss.h

@ -92,6 +92,7 @@ public: @@ -92,6 +92,7 @@ public:
enum FileType {STREAM, FOLDER};
RssFile(): QObject() {}
virtual ~RssFile() {};
virtual unsigned int getNbUnRead() const = 0;
virtual FileType getType() const = 0;

Loading…
Cancel
Save