summaryrefslogtreecommitdiff
path: root/ptformat/ptformat.h
diff options
context:
space:
mode:
Diffstat (limited to 'ptformat/ptformat.h')
-rw-r--r--ptformat/ptformat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ptformat/ptformat.h b/ptformat/ptformat.h
index 6fb6ceb..3426d7e 100644
--- a/ptformat/ptformat.h
+++ b/ptformat/ptformat.h
@@ -253,7 +253,7 @@ private:
bool foundin(std::string const& haystack, std::string const& needle);
int64_t foundat(unsigned char *haystack, uint64_t n, const char *needle);
- char *parsestring(uint32_t pos);
+ std::string parsestring(uint32_t pos);
const std::string get_content_description(uint16_t ctype);
int parse(void);
void parseblocks(void);