summaryrefslogtreecommitdiff
path: root/extpipe.h
diff options
context:
space:
mode:
authorJochen Dolze <vdr@dolze.de>2011-06-29 14:44:58 +0200
committerJochen Dolze <vdr@dolze.de>2011-06-29 14:44:58 +0200
commitf9949593c25ae2d7e71f01f7a9ca80dccd2ef096 (patch)
tree6fa756cc83de60f37fa59a6660dc16ce73c692a3 /extpipe.h
parent297eee7486703821418408a80a562301b3a3c06f (diff)
downloadvdr-plugin-xmltv2vdr-f9949593c25ae2d7e71f01f7a9ca80dccd2ef096.tar.gz
vdr-plugin-xmltv2vdr-f9949593c25ae2d7e71f01f7a9ca80dccd2ef096.tar.bz2
Changed a few things according to cppcheck
Diffstat (limited to 'extpipe.h')
-rw-r--r--extpipe.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/extpipe.h b/extpipe.h
index 09f9948..8df5356 100644
--- a/extpipe.h
+++ b/extpipe.h
@@ -12,7 +12,7 @@ private:
public:
cExtPipe(void);
~cExtPipe();
- operator FILE* ()
+ operator FILE* () const
{
return f;
}