diff options
author | Johann Friedrichs <johann.friedrichs@web.de> | 2021-05-22 23:36:12 +0200 |
---|---|---|
committer | Johann Friedrichs <johann.friedrichs@web.de> | 2021-05-22 23:36:12 +0200 |
commit | 94c06d9af813483be5ab7708fe81e5fab6e3a7e8 (patch) | |
tree | 96170c32533b80be7ab29181afe1fb46779dc9cf /epgsearch.c | |
parent | 43d7ff0fab23ce678a47a9b2ed3431515beeed25 (diff) | |
download | vdr-plugin-epgsearch-94c06d9af813483be5ab7708fe81e5fab6e3a7e8.tar.gz vdr-plugin-epgsearch-94c06d9af813483be5ab7708fe81e5fab6e3a7e8.tar.bz2 |
Fix for VDR-2.5.4
Diffstat (limited to 'epgsearch.c')
-rw-r--r-- | epgsearch.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/epgsearch.c b/epgsearch.c index 7c58ddb..0df27a1 100644 --- a/epgsearch.c +++ b/epgsearch.c @@ -26,6 +26,7 @@ The project's page is at http://winni.vdr-developer.org/epgsearch * */ +#define DISABLE_TEMPLATES_COLLIDING_WITH_STL #include <vector> #include <vdr/plugin.h> #include <vdr/status.h> |