summaryrefslogtreecommitdiff
path: root/fxbarcode/cbc_codebase.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'fxbarcode/cbc_codebase.cpp')
-rw-r--r--fxbarcode/cbc_codebase.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/fxbarcode/cbc_codebase.cpp b/fxbarcode/cbc_codebase.cpp
index b723f551d5..6a04a25bda 100644
--- a/fxbarcode/cbc_codebase.cpp
+++ b/fxbarcode/cbc_codebase.cpp
@@ -31,7 +31,7 @@ CBC_CodeBase::CBC_CodeBase(std::unique_ptr<CBC_Writer> pWriter)
CBC_CodeBase::~CBC_CodeBase() {}
bool CBC_CodeBase::SetTextLocation(BC_TEXT_LOC location) {
- return false;
+ return m_pBCWriter->SetTextLocation(location);
}
bool CBC_CodeBase::SetWideNarrowRatio(int8_t ratio) {