summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Grimm <tobias@e-tobi.loc>2009-04-26 14:51:49 +0200
committerTobias Grimm <tobias@e-tobi.loc>2009-06-20 18:17:43 +0200
commit135f859d562e74537e3ea0cd46148ff17e033168 (patch)
tree056584528ca69e13d3727add74b107fe1fd84283
parent5df82d263906e65b751b6e419d6bbd26a22121d3 (diff)
downloadvdr-patches-135f859d562e74537e3ea0cd46148ff17e033168.tar.gz
vdr-patches-135f859d562e74537e3ea0cd46148ff17e033168.tar.bz2
ttxtsubs: Added version number define (TTXTSUBSVERSNUM)
-rw-r--r--vdrttxtsubshooks.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/vdrttxtsubshooks.h b/vdrttxtsubshooks.h
index bb96429..a962980 100644
--- a/vdrttxtsubshooks.h
+++ b/vdrttxtsubshooks.h
@@ -21,6 +21,8 @@
#ifndef __VDRTTXTSUBSHOOKS_H
#define __VDRTTXTSUBSHOOKS_H
+#define TTXTSUBSVERSNUM 1
+
class cDevice;
class cChannel;