summaryrefslogtreecommitdiff
path: root/fpdfsdk/include/javascript/Document.h
diff options
context:
space:
mode:
authorNico Weber <thakis@chromium.org>2014-07-31 10:07:04 -0700
committerNico Weber <thakis@chromium.org>2014-07-31 10:07:04 -0700
commit09363c82b5f309631eed3801b3c1cb4195763dd4 (patch)
treed27fd2a18f284665837c0ba576ac3e9acc4d9e1a /fpdfsdk/include/javascript/Document.h
parentc2df91c93d7d2ec4ffb2e0162d6ed865a71a15df (diff)
downloadpdfium-09363c82b5f309631eed3801b3c1cb4195763dd4.tar.xz
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
Diffstat (limited to 'fpdfsdk/include/javascript/Document.h')
-rw-r--r--fpdfsdk/include/javascript/Document.h2
1 files changed, 1 insertions, 1 deletions
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()
{
}