summaryrefslogtreecommitdiff
path: root/xfa/src/fxbarcode/qrcode/BC_QRDetectorResult.h
diff options
context:
space:
mode:
Diffstat (limited to 'xfa/src/fxbarcode/qrcode/BC_QRDetectorResult.h')
-rw-r--r--xfa/src/fxbarcode/qrcode/BC_QRDetectorResult.h20
1 files changed, 10 insertions, 10 deletions
diff --git a/xfa/src/fxbarcode/qrcode/BC_QRDetectorResult.h b/xfa/src/fxbarcode/qrcode/BC_QRDetectorResult.h
index f6b38e5a30..2d40bd90e8 100644
--- a/xfa/src/fxbarcode/qrcode/BC_QRDetectorResult.h
+++ b/xfa/src/fxbarcode/qrcode/BC_QRDetectorResult.h
@@ -8,15 +8,15 @@
#define _BC_QRDETECTORRESULT_H_
class CBC_CommonBitMatrix;
class CBC_ResultPoint;
-class CBC_QRDetectorResult
-{
-private:
- CBC_CommonBitMatrix *m_bits;
- CFX_PtrArray *m_points;
-public:
- CBC_QRDetectorResult(CBC_CommonBitMatrix *bits, CFX_PtrArray *points);
- virtual ~CBC_QRDetectorResult();
- CBC_CommonBitMatrix *GetBits();
- CFX_PtrArray *GetPoints();
+class CBC_QRDetectorResult {
+ private:
+ CBC_CommonBitMatrix* m_bits;
+ CFX_PtrArray* m_points;
+
+ public:
+ CBC_QRDetectorResult(CBC_CommonBitMatrix* bits, CFX_PtrArray* points);
+ virtual ~CBC_QRDetectorResult();
+ CBC_CommonBitMatrix* GetBits();
+ CFX_PtrArray* GetPoints();
};
#endif