summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJun Fang <jun_fang@foxitsoftware.com>2015-04-11 11:34:43 -0700
committerJUN FANG <jun_fang@foxitsoftware.com>2015-04-27 14:21:27 -0700
commit88d57aabc8b750678355b3ea890d6028270fbd93 (patch)
tree074915543edcd4363e11f9849dc795e68c5f59d0
parent6d728ccfd72f20b626864686d80392cc86098d4f (diff)
downloadpdfium-88d57aabc8b750678355b3ea890d6028270fbd93.tar.xz
Fix compiling warnings on Windows
TBR=tsepez@chromium.org BUG=N/A Review URL: https://codereview.chromium.org/1081663002
-rw-r--r--core/include/fpdfapi/fpdf_resource.h4
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;