From 09363c82b5f309631eed3801b3c1cb4195763dd4 Mon Sep 17 00:00:00 2001 From: Nico Weber Date: Thu, 31 Jul 2014 10:07:04 -0700 Subject: Fix a few more -Wreorder warnings. No intended behavior change. BUG=pdfium:29 R=bo_xu@foxitsoftware.com Review URL: https://codereview.chromium.org/436483002 --- fpdfsdk/include/javascript/Document.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fpdfsdk/include/javascript') diff --git a/fpdfsdk/include/javascript/Document.h b/fpdfsdk/include/javascript/Document.h index ca8b51b88c..764bbbc102 100644 --- a/fpdfsdk/include/javascript/Document.h +++ b/fpdfsdk/include/javascript/Document.h @@ -41,7 +41,7 @@ class Field; struct IconElement { - IconElement() : IconName(L""), IconStream(NULL), NextIcon(NULL){} + IconElement() : IconName(L""), NextIcon(NULL), IconStream(NULL) {} virtual ~IconElement() { } -- cgit v1.2.3