aboutsummaryrefslogtreecommitdiff
path: root/xfa/fxfa/parser/cxfa_printhighquality.h
diff options
context:
space:
mode:
Diffstat (limited to 'xfa/fxfa/parser/cxfa_printhighquality.h')
-rw-r--r--xfa/fxfa/parser/cxfa_printhighquality.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/xfa/fxfa/parser/cxfa_printhighquality.h b/xfa/fxfa/parser/cxfa_printhighquality.h
index 6268489ab..b7040a175 100644
--- a/xfa/fxfa/parser/cxfa_printhighquality.h
+++ b/xfa/fxfa/parser/cxfa_printhighquality.h
@@ -1,4 +1,4 @@
-// Copyright 2017 PDFium Authors. All rights reserved.
+// Copyright 2017 The PDFium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
@@ -11,8 +11,11 @@
class CXFA_PrintHighQuality final : public CXFA_Node {
public:
- CXFA_PrintHighQuality(CXFA_Document* doc, XFA_PacketType packet);
+ CONSTRUCT_VIA_MAKE_GARBAGE_COLLECTED;
~CXFA_PrintHighQuality() override;
+
+ private:
+ CXFA_PrintHighQuality(CXFA_Document* doc, XFA_PacketType packet);
};
#endif // XFA_FXFA_PARSER_CXFA_PRINTHIGHQUALITY_H_