]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/layout/LEInsertionList.h
ICU-8.11.4.tar.gz
[apple/icu.git] / icuSources / layout / LEInsertionList.h
index 2d67c2a5df1d29a8d54c3473cae10405ecb2af31..a894295280d763aeadea4924bc812d5d95493f87 100644 (file)
@@ -1,6 +1,6 @@
 /*
  **********************************************************************
- *   Copyright (C) 1998-2004, International Business Machines
+ *   Copyright (C) 1998-2006, International Business Machines
  *   Corporation and others.  All Rights Reserved.
  **********************************************************************
  */
@@ -20,7 +20,7 @@ struct InsertionRecord;
  *
  * @internal
  */
-class LEInsertionCallback
+class U_LAYOUT_API LEInsertionCallback
 {
 public:
     /**
@@ -37,6 +37,11 @@ public:
      * @internal
      */
     virtual le_bool applyInsertion(le_int32 atPosition, le_int32 count, LEGlyphID newGlyphs[]) = 0;
+    
+    /**
+     * The destructor
+     */
+     virtual ~LEInsertionCallback();
 };
 
 /**