summaryrefslogtreecommitdiff
path: root/fxbarcode/BC_Writer.h
diff options
context:
space:
mode:
Diffstat (limited to 'fxbarcode/BC_Writer.h')
-rw-r--r--fxbarcode/BC_Writer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fxbarcode/BC_Writer.h b/fxbarcode/BC_Writer.h
index fc98a4cfd4..565c03f1a5 100644
--- a/fxbarcode/BC_Writer.h
+++ b/fxbarcode/BC_Writer.h
@@ -25,7 +25,7 @@ class CBC_Writer {
virtual void SetBarcodeColor(FX_ARGB foregroundColor);
protected:
- CFX_RetainPtr<CFX_DIBitmap> CreateDIBitmap(int32_t width, int32_t height);
+ RetainPtr<CFX_DIBitmap> CreateDIBitmap(int32_t width, int32_t height);
int32_t m_CharEncoding;
int32_t m_ModuleHeight;
int32_t m_ModuleWidth;