diff options
Diffstat (limited to 'core/fxcrt/cfx_bytestring.h')
-rw-r--r-- | core/fxcrt/cfx_bytestring.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/fxcrt/cfx_bytestring.h b/core/fxcrt/cfx_bytestring.h index df1b8309fc..902d28f300 100644 --- a/core/fxcrt/cfx_bytestring.h +++ b/core/fxcrt/cfx_bytestring.h @@ -155,7 +155,7 @@ class CFX_ByteString { CFX_WideString UTF8Decode() const; - uint32_t GetID(FX_STRSIZE start_pos = 0) const; + uint32_t GetID() const { return AsStringC().GetID(); } #define FXFORMAT_SIGNED 1 #define FXFORMAT_HEX 2 |