--- old/src/share/native/sun/font/layout/ContextualGlyphSubstitution.h 2013-07-16 16:33:11.416170049 +0100 +++ new/src/share/native/sun/font/layout/ContextualGlyphSubstitution.h 2013-07-16 16:33:11.308168354 +0100 @@ -32,11 +32,18 @@ #ifndef __CONTEXTUALGLYPHSUBSTITUTION_H #define __CONTEXTUALGLYPHSUBSTITUTION_H +/** + * \file + * \internal + */ + #include "LETypes.h" #include "LayoutTables.h" #include "StateTables.h" #include "MorphTables.h" +U_NAMESPACE_BEGIN + struct ContextualGlyphSubstitutionHeader : MorphStateTableHeader { ByteOffset substitutionTableOffset; @@ -55,4 +62,5 @@ WordOffset currOffset; }; +U_NAMESPACE_END #endif