diff options
Diffstat (limited to 'xfa/src/fxbarcode/datamatrix/BC_DefaultPlacement.h')
-rw-r--r-- | xfa/src/fxbarcode/datamatrix/BC_DefaultPlacement.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/xfa/src/fxbarcode/datamatrix/BC_DefaultPlacement.h b/xfa/src/fxbarcode/datamatrix/BC_DefaultPlacement.h index ba2da03408..2194e9f18a 100644 --- a/xfa/src/fxbarcode/datamatrix/BC_DefaultPlacement.h +++ b/xfa/src/fxbarcode/datamatrix/BC_DefaultPlacement.h @@ -6,8 +6,7 @@ #ifndef _BC_DEFAULTPLACEMENT_H_
#define _BC_DEFAULTPLACEMENT_H_
-class CBC_DefaultPlacement;
-class CBC_DefaultPlacement : public CFX_Object
+class CBC_DefaultPlacement
{
public:
CBC_DefaultPlacement(CFX_WideString codewords, FX_INT32 numcols, FX_INT32 numrows);
|