commit | 09363c82b5f309631eed3801b3c1cb4195763dd4 | [log] [tgz] |
---|---|---|
author | Nico Weber <thakis@chromium.org> | Thu Jul 31 10:07:04 2014 -0700 |
committer | Nico Weber <thakis@chromium.org> | Thu Jul 31 10:07:04 2014 -0700 |
tree | d27fd2a18f284665837c0ba576ac3e9acc4d9e1a | |
parent | c2df91c93d7d2ec4ffb2e0162d6ed865a71a15df [diff] [blame] |
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
diff --git a/fpdfsdk/include/javascript/Document.h b/fpdfsdk/include/javascript/Document.h index ca8b51b..764bbbc 100644 --- a/fpdfsdk/include/javascript/Document.h +++ b/fpdfsdk/include/javascript/Document.h
@@ -41,7 +41,7 @@ struct IconElement { - IconElement() : IconName(L""), IconStream(NULL), NextIcon(NULL){} + IconElement() : IconName(L""), NextIcon(NULL), IconStream(NULL) {} virtual ~IconElement() { }