diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/PropSet.cxx | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/src/PropSet.cxx b/src/PropSet.cxx index df669a88b..42c5869c9 100644 --- a/src/PropSet.cxx +++ b/src/PropSet.cxx @@ -24,6 +24,8 @@ bool EqualCaseInsensitive(const char *a, const char *b) {  #endif  } +SString::size_type SString::npos = -1; +  inline unsigned int HashString(const char *s) {      unsigned int ret = 0;      while (*s) { | 
