Index: fpdfsdk/formfiller/cffl_radiobutton.cpp |
diff --git a/fpdfsdk/formfiller/cffl_radiobutton.cpp b/fpdfsdk/formfiller/cffl_radiobutton.cpp |
index 394521217f3d16f986359579ce8a7de6fcbbc951..73fd18d2afe6d6ce739333bb539aeef8a03031e6 100644 |
--- a/fpdfsdk/formfiller/cffl_radiobutton.cpp |
+++ b/fpdfsdk/formfiller/cffl_radiobutton.cpp |
@@ -6,13 +6,13 @@ |
#include "fpdfsdk/formfiller/cffl_radiobutton.h" |
-#include "fpdfsdk/cpdfsdk_environment.h" |
+#include "fpdfsdk/cpdfsdk_formfillenvironment.h" |
#include "fpdfsdk/cpdfsdk_widget.h" |
#include "fpdfsdk/formfiller/cffl_formfiller.h" |
#include "fpdfsdk/pdfwindow/PWL_SpecialButton.h" |
#include "public/fpdf_fwlevent.h" |
-CFFL_RadioButton::CFFL_RadioButton(CPDFSDK_Environment* pApp, |
+CFFL_RadioButton::CFFL_RadioButton(CPDFSDK_FormFillEnvironment* pApp, |
CPDFSDK_Annot* pWidget) |
: CFFL_Button(pApp, pWidget) {} |