diff options
Diffstat (limited to 'lib/python.h')
-rw-r--r-- | lib/python.h | 1 |
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; |