| Index: xfa/src/fxbarcode/BC_TwoDimWriter.h
|
| diff --git a/xfa/src/fxbarcode/BC_TwoDimWriter.h b/xfa/src/fxbarcode/BC_TwoDimWriter.h
|
| index 4e04c016fe62be46d82b8c2a938c1995e4702c25..c46691c6196fc80c6cd5022ba405a498453cc584 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;
|
|
|