From b94d7c9216160269d43a722b8e216790ba4b5d3b Mon Sep 17 00:00:00 2001 From: dsinclair Date: Wed, 21 Sep 2016 12:07:00 -0700 Subject: Make the I in IFormFiller explicit Typically the I prefix means Interface, except for CFFL_IFormFiller where it means Interactive. Rename CFFL_IFormFiller to CFFL_InteractiveFormFiller to make the meaning explicit. Review-Url: https://codereview.chromium.org/2357203003 --- fpdfsdk/include/cpdfsdk_baannothandler.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fpdfsdk/include/cpdfsdk_baannothandler.h') diff --git a/fpdfsdk/include/cpdfsdk_baannothandler.h b/fpdfsdk/include/cpdfsdk_baannothandler.h index 1e04bc15c2..112f8125f1 100644 --- a/fpdfsdk/include/cpdfsdk_baannothandler.h +++ b/fpdfsdk/include/cpdfsdk_baannothandler.h @@ -11,7 +11,7 @@ #include "core/fxcrt/include/fx_coordinates.h" #include "fpdfsdk/include/ipdfsdk_annothandler.h" -class CFFL_IFormFiller; +class CFFL_InteractiveFormFiller; class CFX_Matrix; class CFX_RenderDevice; class CPDF_Annot; -- cgit v1.2.3