summaryrefslogtreecommitdiff
path: root/xfa/src/fxbarcode/qrcode/BC_FinderPatternInfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'xfa/src/fxbarcode/qrcode/BC_FinderPatternInfo.h')
-rw-r--r--xfa/src/fxbarcode/qrcode/BC_FinderPatternInfo.h24
1 files changed, 12 insertions, 12 deletions
diff --git a/xfa/src/fxbarcode/qrcode/BC_FinderPatternInfo.h b/xfa/src/fxbarcode/qrcode/BC_FinderPatternInfo.h
index 8e4cb13ed2..188a7afcbd 100644
--- a/xfa/src/fxbarcode/qrcode/BC_FinderPatternInfo.h
+++ b/xfa/src/fxbarcode/qrcode/BC_FinderPatternInfo.h
@@ -7,17 +7,17 @@
#ifndef _BC_FINDERPATTERNINFO_H_
#define _BC_FINDERPATTERNINFO_H_
class CBC_QRFinderPattern;
-class CBC_QRFinderPatternInfo
-{
-private:
- CBC_QRFinderPattern *m_bottomLeft;
- CBC_QRFinderPattern *m_topLeft;
- CBC_QRFinderPattern *m_topRight;
-public:
- CBC_QRFinderPatternInfo(CFX_PtrArray *patternCenters);
- virtual ~CBC_QRFinderPatternInfo();
- CBC_QRFinderPattern* GetBottomLeft();
- CBC_QRFinderPattern* GetTopLeft();
- CBC_QRFinderPattern* GetTopRight();
+class CBC_QRFinderPatternInfo {
+ private:
+ CBC_QRFinderPattern* m_bottomLeft;
+ CBC_QRFinderPattern* m_topLeft;
+ CBC_QRFinderPattern* m_topRight;
+
+ public:
+ CBC_QRFinderPatternInfo(CFX_PtrArray* patternCenters);
+ virtual ~CBC_QRFinderPatternInfo();
+ CBC_QRFinderPattern* GetBottomLeft();
+ CBC_QRFinderPattern* GetTopLeft();
+ CBC_QRFinderPattern* GetTopRight();
};
#endif