summaryrefslogtreecommitdiff
path: root/fxjs/cjs_delaydata.h
diff options
context:
space:
mode:
Diffstat (limited to 'fxjs/cjs_delaydata.h')
-rw-r--r--fxjs/cjs_delaydata.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/fxjs/cjs_delaydata.h b/fxjs/cjs_delaydata.h
index deeb65d56f..f4c7820143 100644
--- a/fxjs/cjs_delaydata.h
+++ b/fxjs/cjs_delaydata.h
@@ -7,7 +7,6 @@
#ifndef FXJS_CJS_DELAYDATA_H_
#define FXJS_CJS_DELAYDATA_H_
-#include <string>
#include <vector>
#include "core/fxcrt/fx_coordinates.h"
@@ -24,7 +23,7 @@ struct CJS_DelayData {
WideString sFieldName;
int32_t num;
bool b;
- ByteString string;
+ ByteString bytestring;
WideString widestring;
CFX_FloatRect rect;
CFX_Color color;