summaryrefslogtreecommitdiff
path: root/core/src/fxcodec/jbig2/JBig2_HuffmanTable.h
diff options
context:
space:
mode:
authorLei Zhang <thestig@chromium.org>2015-09-03 16:03:42 -0700
committerLei Zhang <thestig@chromium.org>2015-09-03 16:03:42 -0700
commit800bf5ac07305ccf9c9522c8c76f728a4fd99da5 (patch)
tree9adfb205c88e1e074e955d7731850d36594011e1 /core/src/fxcodec/jbig2/JBig2_HuffmanTable.h
parent640c395fa9b76552383ccd0c5f4668ea698089f6 (diff)
downloadpdfium-800bf5ac07305ccf9c9522c8c76f728a4fd99da5.tar.xz
Make a bunch of JBig2 classes independent of CJBig2_Object.
R=tsepez@chromium.org Review URL: https://codereview.chromium.org/1319713003 .
Diffstat (limited to 'core/src/fxcodec/jbig2/JBig2_HuffmanTable.h')
-rw-r--r--core/src/fxcodec/jbig2/JBig2_HuffmanTable.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/fxcodec/jbig2/JBig2_HuffmanTable.h b/core/src/fxcodec/jbig2/JBig2_HuffmanTable.h
index 64c52176be..b954b4d30d 100644
--- a/core/src/fxcodec/jbig2/JBig2_HuffmanTable.h
+++ b/core/src/fxcodec/jbig2/JBig2_HuffmanTable.h
@@ -9,7 +9,7 @@
#include "JBig2_Module.h"
#include "JBig2_HuffmanTable_Standard.h"
#include "JBig2_BitStream.h"
-class CJBig2_HuffmanTable : public CJBig2_Object {
+class CJBig2_HuffmanTable {
public:
CJBig2_HuffmanTable(const JBig2TableLine* pTable, int nLines, FX_BOOL bHTOOB);