Removed destructor from Platform since EmuFrontFileObject destructor
[emufront] / src / dataobjects / platform.h
index 186946a..994e9b4 100644 (file)
@@ -29,7 +29,6 @@ public:
     Platform(int id, QString name);
     Platform(int id, QString name, EmuFrontFile*);
     Platform(const Platform &);
-    ~Platform();
 };
 
 #endif // PLATFORM_H