Index: xfa/src/fxfa/src/app/xfa_textlayout.h |
diff --git a/xfa/src/fxfa/src/app/xfa_textlayout.h b/xfa/src/fxfa/src/app/xfa_textlayout.h |
index 9b4bb7c97943554dc20e54acae3ca452a4fa55a1..03067ced5a0596b7c1f3f4e43ee966055df4b60e 100644 |
--- a/xfa/src/fxfa/src/app/xfa_textlayout.h |
+++ b/xfa/src/fxfa/src/app/xfa_textlayout.h |
@@ -190,7 +190,7 @@ class CXFA_LinkUserData : public IFX_Unknown, public CFX_Target { |
virtual FX_DWORD AddRef() { return ++m_dwRefCount; } |
public: |
- const FX_WCHAR* GetLinkURL() { return m_pszURLContent; }; |
+ const FX_WCHAR* GetLinkURL() { return m_pszURLContent; } |
protected: |
IFX_MEMAllocator* m_pAllocator; |