From 0edacf7b24cf5d70c41d3e28dc8e0f6b3c15447d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Dapena=20Paz?= Date: Thu, 30 Nov 2017 15:52:31 +0000 Subject: GCC build fix: access from global function to private methods in CJS_PublicMethods. Build fails on GCC because JSGlobalFunc (a global function) is calling private methods of CJS_PublicMethods. Bug: None. Change-Id: I56f0313e250787d044613066abf069f741501415 Reviewed-on: https://pdfium-review.googlesource.com/19750 Reviewed-by: Lei Zhang Commit-Queue: Lei Zhang --- fxjs/cjs_publicmethods.h | 1 - 1 file changed, 1 deletion(-) (limited to 'fxjs/cjs_publicmethods.h') diff --git a/fxjs/cjs_publicmethods.h b/fxjs/cjs_publicmethods.h index 4088c42f1a..87269969f8 100644 --- a/fxjs/cjs_publicmethods.h +++ b/fxjs/cjs_publicmethods.h @@ -26,7 +26,6 @@ class CJS_PublicMethods : public CJS_Object { static WideString MakeFormatDate(double dDate, const WideString& format); static bool IsNumber(const WideString& str); - private: static CJS_Return AFNumber_Format( CJS_Runtime* pRuntime, const std::vector>& params); -- cgit v1.2.3