summaryrefslogtreecommitdiff
path: root/core/src/fxcrt/fx_basic_bstring.cpp
diff options
context:
space:
mode:
authorNico Weber <thakis@chromium.org>2014-07-28 15:23:04 -0700
committerNico Weber <thakis@chromium.org>2014-07-28 15:23:04 -0700
commit3b07e751353a12d1b4605abfa96881c8eae1bbe5 (patch)
tree224339dc21fc2e2005a87aa5b3b47b0ee57bc7a7 /core/src/fxcrt/fx_basic_bstring.cpp
parente7e6ca4355209af3a3a8142519f12cebe36889b1 (diff)
downloadpdfium-3b07e751353a12d1b4605abfa96881c8eae1bbe5.tar.xz
Remove 'inline' from two methods.
The methods are only defined in the cpp and thus can't always be inlined, the methods are virtual and so can only be inlined when the concrete type is known, and inline functions need their definition available in all translation units. So just remove the 'inline'. BUG=none R=bo_xu@foxitsoftware.com Review URL: https://codereview.chromium.org/409253004
Diffstat (limited to 'core/src/fxcrt/fx_basic_bstring.cpp')
0 files changed, 0 insertions, 0 deletions