diff options
author | Jun Fang <jun_fang@foxitsoftware.com> | 2015-04-11 11:34:43 -0700 |
---|---|---|
committer | JUN FANG <jun_fang@foxitsoftware.com> | 2015-04-11 12:36:09 -0700 |
commit | c0c944cb1adadede295af97fb272feb7050d9c0a (patch) | |
tree | 87a112aa4282cfd8347d34b74e4fab0188ddb3b9 /core | |
parent | e26a07588130eeaff120490a266a0a681705f006 (diff) | |
download | pdfium-c0c944cb1adadede295af97fb272feb7050d9c0a.tar.xz |
Merge to XFA: Fix compiling warnings on Windows
TBR=tsepez@chromium.org
BUG=N/A
Review URL: https://codereview.chromium.org/1081663002
Diffstat (limited to 'core')
-rw-r--r-- | core/include/fpdfapi/fpdf_resource.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/include/fpdfapi/fpdf_resource.h b/core/include/fpdfapi/fpdf_resource.h index 3050985567..02edd558ba 100644 --- a/core/include/fpdfapi/fpdf_resource.h +++ b/core/include/fpdfapi/fpdf_resource.h @@ -525,8 +525,8 @@ public: return !m_bType1; } - virtual FX_DWORD GetNextChar(const FX_LPCSTR pString, int nStrLen, int& offset) const override; - virtual int CountChar(const FX_LPCSTR pString, int size) const; + virtual FX_DWORD GetNextChar(FX_LPCSTR pString, int nStrLen, int& offset) const override; + virtual int CountChar(FX_LPCSTR pString, int size) const; virtual int AppendChar(FX_LPSTR str, FX_DWORD charcode) const; virtual int GetCharSize(FX_DWORD charcode) const; |