Fixed compiler warning about missing virtual desctructor for EclipseFinderWatcher.

ver1_6_1
Chris Laurel 2008-02-12 00:07:45 +00:00
parent bbc63c26cf
commit a719f6d17e
1 changed files with 2 additions and 0 deletions

View File

@ -27,6 +27,8 @@ class Universe;
class EclipseFinderWatcher
{
public:
virtual ~EclipseFinderWatcher() {};
enum Status
{
ContinueOperation = 0,