diff options
author | Michael Vogt <mvo@ubuntu.com> | 2015-04-08 12:24:50 +0200 |
---|---|---|
committer | Michael Vogt <mvo@ubuntu.com> | 2015-04-08 12:24:50 +0200 |
commit | 460f0f95b22c36ddc5f184cef33c54a482b5f112 (patch) | |
tree | 324f78bd2fdddd6131301129d67fad5e9bf36871 /apt-pkg/contrib/strutl.h | |
parent | 0c235e5d6658bebe3daab6c708d112b3794fd809 (diff) | |
parent | d5cf8851753dde4f45bfd3b48fcdf34247a8752a (diff) |
Merge remote-tracking branch 'origin/debian/jessie' into ubuntu/master
Conflicts:
apt-pkg/deb/dpkgpm.cc
Diffstat (limited to 'apt-pkg/contrib/strutl.h')
-rw-r--r-- | apt-pkg/contrib/strutl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apt-pkg/contrib/strutl.h b/apt-pkg/contrib/strutl.h index 185cdc3fc..f4f80834b 100644 --- a/apt-pkg/contrib/strutl.h +++ b/apt-pkg/contrib/strutl.h @@ -79,7 +79,7 @@ bool TokSplitString(char Tok,char *Input,char **List, unsigned long ListMax); // split a given string by a char -std::vector<std::string> VectorizeString(std::string const &haystack, char const &split) APT_CONST; +std::vector<std::string> VectorizeString(std::string const &haystack, char const &split) APT_PURE; /* \brief Return a vector of strings from string "input" where "sep" * is used as the delimiter string. |