diff options
Diffstat (limited to 'src/pdf/SkPDFFont.h')
-rw-r--r-- | src/pdf/SkPDFFont.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pdf/SkPDFFont.h b/src/pdf/SkPDFFont.h index 693b911061..847a2af4b5 100644 --- a/src/pdf/SkPDFFont.h +++ b/src/pdf/SkPDFFont.h @@ -49,7 +49,7 @@ public: class F2BIter { public: explicit F2BIter(const SkPDFGlyphSetMap& map); - FontGlyphSetPair* next() const; + const FontGlyphSetPair* next() const; void reset(const SkPDFGlyphSetMap& map); private: |