diff options
author | kamel5 <vdr.kamel5 (at) gmx (dot) net> | 2019-07-11 15:11:26 +0200 |
---|---|---|
committer | kamel5 <vdr.kamel5 (at) gmx (dot) net> | 2019-07-11 15:11:26 +0200 |
commit | bff9d78ff3751e35434594c5849c8ba4a085d9d1 (patch) | |
tree | ea121b8dd9898daf8d61fc7a644ae4f2704a7e32 /epggrid.h | |
parent | d21b1496f0f80732f290b39610253b857ad7a992 (diff) | |
download | vdr-plugin-tvguide-bff9d78ff3751e35434594c5849c8ba4a085d9d1.tar.gz vdr-plugin-tvguide-bff9d78ff3751e35434594c5849c8ba4a085d9d1.tar.bz2 |
Rename grid.* to gridelement.*
Diffstat (limited to 'epggrid.h')
-rw-r--r-- | epggrid.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ #define __TVGUIDE_EPGGRID_H #include <vdr/epg.h> -#include "grid.h" +#include "gridelement.h" // --- cEpgGrid ------------------------------------------------------------- |