diff options
Diffstat (limited to 'fxbarcode/BC_TwoDimWriter.h')
-rw-r--r-- | fxbarcode/BC_TwoDimWriter.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fxbarcode/BC_TwoDimWriter.h b/fxbarcode/BC_TwoDimWriter.h index 228a2e03e9..22c80ad80b 100644 --- a/fxbarcode/BC_TwoDimWriter.h +++ b/fxbarcode/BC_TwoDimWriter.h @@ -25,7 +25,7 @@ class CBC_TwoDimWriter : public CBC_Writer { int32_t codeHeight); virtual void RenderDeviceResult(CFX_RenderDevice* device, const CFX_Matrix* matrix); - virtual bool SetErrorCorrectionLevel(int32_t level) = 0; + int32_t GetErrorCorrectionLevel() const; protected: |