]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/samples/layout/FontTableCache.h
ICU-57132.0.1.tar.gz
[apple/icu.git] / icuSources / samples / layout / FontTableCache.h
index bb85eeb011d5147edff81f5e80be19dd13238351..333e90cd7d7f01a2e1b78b566047241f8361d9f5 100644 (file)
@@ -1,6 +1,6 @@
 /*
  **********************************************************************
- *   Copyright (C) 2003, International Business Machines
+ *   Copyright (C) 2003-2008, International Business Machines
  *   Corporation and others.  All Rights Reserved.
  **********************************************************************
  */
@@ -24,6 +24,7 @@ public:
 
 protected:
     virtual const void *readFontTable(LETag tableTag) const = 0;
+    virtual void freeFontTable(const void *table) const;
 
 private: