Index: core/fpdfapi/fpdf_font/ttgsubtable.cpp |
diff --git a/core/fpdfapi/fpdf_font/ttgsubtable.cpp b/core/fpdfapi/fpdf_font/ttgsubtable.cpp |
index 8900e274fe92fbc291a07164e8781bae185292fb..56a388203fc8dfa7b20b69cc7442a1fd4ca0a9a2 100644 |
--- a/core/fpdfapi/fpdf_font/ttgsubtable.cpp |
+++ b/core/fpdfapi/fpdf_font/ttgsubtable.cpp |
@@ -61,7 +61,7 @@ FX_BOOL CFX_GlyphMap::Lookup(int key, int& value) { |
return TRUE; |
} |
-CFX_CTTGSUBTable::CFX_CTTGSUBTable(void) |
+CFX_CTTGSUBTable::CFX_CTTGSUBTable() |
: m_bFeautureMapLoad(FALSE), loaded(false) {} |
CFX_CTTGSUBTable::CFX_CTTGSUBTable(FT_Bytes gsub) |
@@ -71,7 +71,7 @@ CFX_CTTGSUBTable::CFX_CTTGSUBTable(FT_Bytes gsub) |
CFX_CTTGSUBTable::~CFX_CTTGSUBTable() {} |
-bool CFX_CTTGSUBTable::IsOk(void) const { |
+bool CFX_CTTGSUBTable::IsOk() const { |
return loaded; |
} |