Index: fpdfsdk/formfiller/cffl_radiobutton.cpp |
diff --git a/fpdfsdk/formfiller/cffl_radiobutton.cpp b/fpdfsdk/formfiller/cffl_radiobutton.cpp |
index 394521217f3d16f986359579ce8a7de6fcbbc951..4c3ba6f377d337679a986e9b49dc6caf6fbd4bd2 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) {} |