/*
*******************************************************************************
*
- * Copyright (C) 1999-2001, International Business Machines
+ * Copyright (C) 1999-2005, International Business Machines
* Corporation and others. All Rights Reserved.
*
*******************************************************************************
{
public:
GnomeGUISupport() {};
- ~GnomeGUISupport() {};
+ virtual ~GnomeGUISupport() {};
virtual void postErrorMessage(const char *message, const char *title);
};