summaryrefslogtreecommitdiff
path: root/xfa/src/fxbarcode/BC_TwoDimWriter.h
diff options
context:
space:
mode:
Diffstat (limited to 'xfa/src/fxbarcode/BC_TwoDimWriter.h')
-rw-r--r--xfa/src/fxbarcode/BC_TwoDimWriter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/xfa/src/fxbarcode/BC_TwoDimWriter.h b/xfa/src/fxbarcode/BC_TwoDimWriter.h
index 4e04c016fe..c46691c619 100644
--- a/xfa/src/fxbarcode/BC_TwoDimWriter.h
+++ b/xfa/src/fxbarcode/BC_TwoDimWriter.h
@@ -24,7 +24,7 @@ class CBC_TwoDimWriter : public CBC_Writer {
virtual void RenderDeviceResult(CFX_RenderDevice* device,
const CFX_Matrix* matrix);
virtual FX_BOOL SetErrorCorrectionLevel(int32_t level) = 0;
- virtual int32_t GetErrorCorrectionLevel() { return m_iCorrectLevel; };
+ virtual int32_t GetErrorCorrectionLevel() { return m_iCorrectLevel; }
protected:
int32_t m_iCorrectLevel;