diff options
Diffstat (limited to 'xfa/fgas/font/cfgas_gefont.h')
-rw-r--r-- | xfa/fgas/font/cfgas_gefont.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/xfa/fgas/font/cfgas_gefont.h b/xfa/fgas/font/cfgas_gefont.h index f4d729d3a5..bc24cebe47 100644 --- a/xfa/fgas/font/cfgas_gefont.h +++ b/xfa/fgas/font/cfgas_gefont.h @@ -22,8 +22,6 @@ class CFX_UnicodeEncoding; class CFGAS_GEFont : public Retainable { public: - template <typename T> - friend class RetainPtr; template <typename T, typename... Args> friend RetainPtr<T> pdfium::MakeRetain(Args&&... args); |