summaryrefslogtreecommitdiff
path: root/xfa/src/fwl/src/theme/edittp.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'xfa/src/fwl/src/theme/edittp.cpp')
-rw-r--r--xfa/src/fwl/src/theme/edittp.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/xfa/src/fwl/src/theme/edittp.cpp b/xfa/src/fwl/src/theme/edittp.cpp
index 68ff6a387e..d1389376af 100644
--- a/xfa/src/fwl/src/theme/edittp.cpp
+++ b/xfa/src/fwl/src/theme/edittp.cpp
@@ -4,9 +4,15 @@
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
+#include "xfa/include/fwl/theme/edittp.h"
+
+#include "xfa/include/fwl/basewidget/fwl_edit.h"
+#include "xfa/include/fwl/core/fwl_widget.h"
#include "xfa/src/foxitlib.h"
+
CFWL_EditTP::CFWL_EditTP() {}
CFWL_EditTP::~CFWL_EditTP() {}
+
FX_BOOL CFWL_EditTP::IsValidWidget(IFWL_Widget* pWidget) {
if (!pWidget)
return FALSE;