]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/layout/LEGlyphFilter.h
ICU-59180.0.1.tar.gz
[apple/icu.git] / icuSources / layout / LEGlyphFilter.h
index f8fa17318791165d32ff38f4a93a79d616d18b47..6dcfa7d27764a4699752d44a6294a99dcbb3952a 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *
- * (C) Copyright IBM Corp. 1998-2004 - All Rights Reserved
+ * (C) Copyright IBM Corp. 1998-2011 - All Rights Reserved
  *
  */
 
@@ -11,6 +11,7 @@
 
 U_NAMESPACE_BEGIN
 
+#ifndef U_HIDE_INTERNAL_API
 /**
  * This is a helper class that is used to
  * recognize a set of glyph indices.
@@ -38,6 +39,7 @@ public:
      */
     virtual le_bool accept(LEGlyphID glyph) const = 0;
 };
+#endif  /* U_HIDE_INTERNAL_API */
 
 U_NAMESPACE_END
 #endif