summaryrefslogtreecommitdiff
path: root/fxbarcode/datamatrix/BC_EncoderContext.h
diff options
context:
space:
mode:
Diffstat (limited to 'fxbarcode/datamatrix/BC_EncoderContext.h')
-rw-r--r--fxbarcode/datamatrix/BC_EncoderContext.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/fxbarcode/datamatrix/BC_EncoderContext.h b/fxbarcode/datamatrix/BC_EncoderContext.h
index 1289a45e68..3881319d61 100644
--- a/fxbarcode/datamatrix/BC_EncoderContext.h
+++ b/fxbarcode/datamatrix/BC_EncoderContext.h
@@ -7,7 +7,7 @@
#ifndef FXBARCODE_DATAMATRIX_BC_ENCODERCONTEXT_H_
#define FXBARCODE_DATAMATRIX_BC_ENCODERCONTEXT_H_
-#include "core/fxcrt/cfx_unowned_ptr.h"
+#include "core/fxcrt/unowned_ptr.h"
#include "core/fxcrt/widestring.h"
class CBC_SymbolInfo;
@@ -38,7 +38,7 @@ class CBC_EncoderContext {
WideString m_codewords;
FX_STRSIZE m_pos;
int32_t m_newEncoding;
- CFX_UnownedPtr<CBC_SymbolInfo> m_symbolInfo;
+ UnownedPtr<CBC_SymbolInfo> m_symbolInfo;
private:
FX_STRSIZE getTotalMessageCharCount();