Index: core/src/fpdfdoc/pdf_vt.h |
diff --git a/core/src/fpdfdoc/pdf_vt.h b/core/src/fpdfdoc/pdf_vt.h |
index 6b2d5e5eeffb110ca7b5732d94f18f8664307e2b..0f74cef5bd0c8deee29f8cea52d11737eeadc928 100644 |
--- a/core/src/fpdfdoc/pdf_vt.h |
+++ b/core/src/fpdfdoc/pdf_vt.h |
@@ -518,8 +518,8 @@ public: |
return m_fCharSpace; |
} |
- inline CPVT_WordPlace GetBeginWordPlace() const; |
- inline CPVT_WordPlace GetEndWordPlace() const; |
+ CPVT_WordPlace GetBeginWordPlace() const; |
+ CPVT_WordPlace GetEndWordPlace() const; |
Nico
2014/07/23 00:51:41
(do you know what's up with all these tabs in the
Bo Xu
2014/07/28 22:00:36
These are tabs (instead of spaces). In some files
Nico
2014/07/28 22:01:40
Sure, but why is there so much space between retur
Bo Xu
2014/07/28 22:08:31
I don't know the exact answer from the first devel
|
CPVT_WordPlace GetPrevWordPlace(const CPVT_WordPlace & place) const; |
CPVT_WordPlace GetNextWordPlace(const CPVT_WordPlace & place) const; |
CPVT_WordPlace SearchWordPlace(const CPDF_Point & point) const; |