]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/tools/genpname/genpname.cpp
ICU-8.11.1.tar.gz
[apple/icu.git] / icuSources / tools / genpname / genpname.cpp
index b2df4d5cfe3c380445acfa181a9cede731736f28..bfaeac013b855c108b9de7f66de5b980ae5bc965 100644 (file)
@@ -1,6 +1,6 @@
 /*
 **********************************************************************
-*   Copyright (C) 2002-2004, International Business Machines
+*   Copyright (C) 2002-2006, International Business Machines
 *   Corporation and others.  All Rights Reserved.
 **********************************************************************
 *   Date        Name        Description
@@ -162,10 +162,13 @@ void die(const char* msg) {
  */
 class AliasList {
 public:
+    virtual ~AliasList();
     virtual const Alias& operator[](int32_t i) const = 0;
     virtual int32_t count() const = 0;
 };
 
+AliasList::~AliasList() {}
+
 /**
  * A single array.
  */