[vdr] [PATCH] Fix build with g++ 4.7.0.
Ville Skyttä
ville.skytta at iki.fi
Wed Jan 4 21:04:57 CET 2012
This is the PR24163 case mentioned in
http://article.gmane.org/gmane.linux.redhat.fedora.devel/157671
---
config.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/config.h b/config.h
index 7825364..b0233a9 100644
--- a/config.h
+++ b/config.h
@@ -122,7 +122,7 @@ public:
if (!isempty(s)) {
T *l = new T;
if (l->Parse(s))
- Add(l);
+ this->Add(l);
else {
esyslog("ERROR: error in %s, line %d", fileName, line);
delete l;
--
1.7.7.5
More information about the vdr
mailing list