Index: fpdfsdk/include/javascript/Document.h |
diff --git a/fpdfsdk/include/javascript/Document.h b/fpdfsdk/include/javascript/Document.h |
index ca8b51b88c6e6ce904bcd96a63661049f7acf8e5..764bbbc102a3c147f329be54d4f319ab2909f200 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() |
{ |
} |