summaryrefslogtreecommitdiff
path: root/lib/python.h
diff options
context:
space:
mode:
authorhorchi <vdr@jwendel.de>2020-02-11 06:51:26 +0100
committerhorchi <vdr@jwendel.de>2020-02-11 06:51:26 +0100
commit1e909e497d67231832f511ed5c1b609650766c09 (patch)
treeb62965af29ddf74e95c6015a4d8b592b13658fe9 /lib/python.h
parent31b5956bf2b4e9e9815925d372fc3fe4472a4497 (diff)
downloadvdr-epg-daemon-1e909e497d67231832f511ed5c1b609650766c09.tar.gz
vdr-epg-daemon-1e909e497d67231832f511ed5c1b609650766c09.tar.bz2
2020-02-11: version 1.1.155 (horchi)\n - bugfix: Fixed crash due to wrong handling of python object (thx to Alexander Grothe)\n\n1.1.155
Diffstat (limited to 'lib/python.h')
-rw-r--r--lib/python.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/python.h b/lib/python.h
index eb50964..e240992 100644
--- a/lib/python.h
+++ b/lib/python.h
@@ -63,6 +63,7 @@ class Python
// static stuff
+ static int usages;
static cDbTable* globalEventsDb;
static int globalNamingMode;
static const char* globalTmplExpression;