summaryrefslogtreecommitdiff
path: root/core/fpdfdoc/cpvt_color.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/fpdfdoc/cpvt_color.h')
-rw-r--r--core/fpdfdoc/cpvt_color.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/fpdfdoc/cpvt_color.h b/core/fpdfdoc/cpvt_color.h
index 2db3b8310e..a7e925bf79 100644
--- a/core/fpdfdoc/cpvt_color.h
+++ b/core/fpdfdoc/cpvt_color.h
@@ -31,7 +31,7 @@ struct CPVT_Color {
float fColor3;
float fColor4;
- static CPVT_Color ParseColor(const CFX_ByteString& str);
+ static CPVT_Color ParseColor(const ByteString& str);
static CPVT_Color ParseColor(const CPDF_Array& array);
};