summaryrefslogtreecommitdiff
path: root/Build/source/libs/graphite-engine/include/graphite/GrFeature.h
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/libs/graphite-engine/include/graphite/GrFeature.h')
-rw-r--r--Build/source/libs/graphite-engine/include/graphite/GrFeature.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Build/source/libs/graphite-engine/include/graphite/GrFeature.h b/Build/source/libs/graphite-engine/include/graphite/GrFeature.h
index ee7376fe1c4..4cc396a11d9 100644
--- a/Build/source/libs/graphite-engine/include/graphite/GrFeature.h
+++ b/Build/source/libs/graphite-engine/include/graphite/GrFeature.h
@@ -135,6 +135,8 @@ class GrIStream;
class GrLangTable
{
+ friend class FontMemoryUsage;
+
public:
GrLangTable()
{
@@ -185,6 +187,7 @@ protected:
data16 padBIG;
};
FeatSet * m_prgfset;
+ int m_cfset; // needed for memory instrumentation only
int FindIndex(isocode lgcode);
};