Index: xfa/fwl/theme/cfwl_arrowdata.cpp |
diff --git a/xfa/fwl/theme/cfwl_arrowdata.cpp b/xfa/fwl/theme/cfwl_arrowdata.cpp |
index 16580f7f9c3836a9eeb383b03ef828bead0a945f..51af713cbbe55d9f1aedab724d9d8d7aa69429de 100644 |
--- a/xfa/fwl/theme/cfwl_arrowdata.cpp |
+++ b/xfa/fwl/theme/cfwl_arrowdata.cpp |
@@ -20,7 +20,7 @@ CFWL_ArrowData* CFWL_ArrowData::GetInstance() { |
return g_pInstance; |
} |
-FX_BOOL CFWL_ArrowData::HasInstance() { |
+bool CFWL_ArrowData::HasInstance() { |
return !!g_pInstance; |
} |