From 222db47cd745c223bbf52ac5770909c41dc660b8 Mon Sep 17 00:00:00 2001 From: Lei Zhang Date: Mon, 17 Sep 2018 18:54:07 +0000 Subject: Make CBC_CodeBase::SetTextLocation() not virtual. Make CBC_Writer::SetTextLocation() virtual instead. Change-Id: I9ac06affe35f3c7bebc2f5ff0917e7146cfe89cc Reviewed-on: https://pdfium-review.googlesource.com/42601 Commit-Queue: Lei Zhang Reviewed-by: Henrique Nakashima --- fxbarcode/cbc_code128.h | 1 - 1 file changed, 1 deletion(-) (limited to 'fxbarcode/cbc_code128.h') diff --git a/fxbarcode/cbc_code128.h b/fxbarcode/cbc_code128.h index ccd5a38243..16e30de9b9 100644 --- a/fxbarcode/cbc_code128.h +++ b/fxbarcode/cbc_code128.h @@ -24,7 +24,6 @@ class CBC_Code128 final : public CBC_OneCode { bool Encode(const WideStringView& contents) override; bool RenderDevice(CFX_RenderDevice* device, const CFX_Matrix* matrix) override; - bool SetTextLocation(BC_TEXT_LOC location) override; private: CBC_OnedCode128Writer* GetOnedCode128Writer(); -- cgit v1.2.3