summaryrefslogtreecommitdiff
path: root/fpdfsdk/pwl/cpwl_special_button.h
diff options
context:
space:
mode:
Diffstat (limited to 'fpdfsdk/pwl/cpwl_special_button.h')
-rw-r--r--fpdfsdk/pwl/cpwl_special_button.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/fpdfsdk/pwl/cpwl_special_button.h b/fpdfsdk/pwl/cpwl_special_button.h
index 28c2a6b14c..68bb965a49 100644
--- a/fpdfsdk/pwl/cpwl_special_button.h
+++ b/fpdfsdk/pwl/cpwl_special_button.h
@@ -13,7 +13,8 @@
class CPWL_PushButton final : public CPWL_Button {
public:
- explicit CPWL_PushButton(std::unique_ptr<PrivateData> pAttachedData);
+ CPWL_PushButton(const CreateParams& cp,
+ std::unique_ptr<PrivateData> pAttachedData);
~CPWL_PushButton() override;
// CPWL_Button:
@@ -22,7 +23,8 @@ class CPWL_PushButton final : public CPWL_Button {
class CPWL_CheckBox final : public CPWL_Button {
public:
- explicit CPWL_CheckBox(std::unique_ptr<PrivateData> pAttachedData);
+ CPWL_CheckBox(const CreateParams& cp,
+ std::unique_ptr<PrivateData> pAttachedData);
~CPWL_CheckBox() override;
// CPWL_Button:
@@ -38,7 +40,8 @@ class CPWL_CheckBox final : public CPWL_Button {
class CPWL_RadioButton final : public CPWL_Button {
public:
- explicit CPWL_RadioButton(std::unique_ptr<PrivateData> pAttachedData);
+ CPWL_RadioButton(const CreateParams& cp,
+ std::unique_ptr<PrivateData> pAttachedData);
~CPWL_RadioButton() override;
// CPWL_Button