]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/samples/layout/GnomeGUISupport.h
ICU-57131.0.1.tar.gz
[apple/icu.git] / icuSources / samples / layout / GnomeGUISupport.h
index 9986ea051938cfba6c814f82394330937ed9c418..e88ef128a14a67cf6cf2469531f8466ea21cc4e7 100644 (file)
@@ -1,7 +1,7 @@
 /*
  *******************************************************************************
  *
- *   Copyright (C) 1999-2001, International Business Machines
+ *   Copyright (C) 1999-2005, International Business Machines
  *   Corporation and others.  All Rights Reserved.
  *
  *******************************************************************************
@@ -20,7 +20,7 @@ class GnomeGUISupport : public GUISupport
 {
 public:
     GnomeGUISupport() {};
-    ~GnomeGUISupport() {};
+    virtual ~GnomeGUISupport() {};
 
     virtual void postErrorMessage(const char *message, const char *title);
 };