Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(581)

Unified Diff: xfa/fwl/core/fwl_formimp.h

Issue 2017863002: Fix MSVC C4800 build warnings. (Closed) Base URL: https://pdfium.googlesource.com/pdfium@master
Patch Set: put C4800 back Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « fpdfsdk/fsdk_baseform.cpp ('k') | xfa/fwl/core/fwl_formimp.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: xfa/fwl/core/fwl_formimp.h
diff --git a/xfa/fwl/core/fwl_formimp.h b/xfa/fwl/core/fwl_formimp.h
index e1da960813b0399540f0868d7e51d669cc63d20a..1f2d6951c0f47efb7b9822412b37e6a8f0901b29 100644
--- a/xfa/fwl/core/fwl_formimp.h
+++ b/xfa/fwl/core/fwl_formimp.h
@@ -160,7 +160,7 @@ class CFWL_FormImp : public CFWL_WidgetImp {
int32_t m_iSysBox;
int32_t m_eResizeType;
FX_BOOL m_bLButtonDown;
- FX_BOOL m_bMaximized;
+ bool m_bMaximized;
FX_BOOL m_bSetMaximize;
FX_BOOL m_bCustomizeLayout;
FWL_FORMSIZE m_eFormSize;
« no previous file with comments | « fpdfsdk/fsdk_baseform.cpp ('k') | xfa/fwl/core/fwl_formimp.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698