diff options
author | Jasmin Jessich <jasmin@anw.at> | 2017-05-25 18:42:54 +0200 |
---|---|---|
committer | Frank Neumann <fnu@yavdr.org> | 2017-05-25 18:42:54 +0200 |
commit | a4e8393ac7d7a5a81f38da3b82745d5206fafa96 (patch) | |
tree | 575f889b12a6c6d7a879a96695376fe2d470f6fe /epgsearchcfg.h | |
parent | 09fb7f2ee787ae79bdcf39be1a05d561d41f6f79 (diff) | |
download | vdr-plugin-epgsearch-a4e8393ac7d7a5a81f38da3b82745d5206fafa96.tar.gz vdr-plugin-epgsearch-a4e8393ac7d7a5a81f38da3b82745d5206fafa96.tar.bz2 |
Added operator to cListObject derived classes.
Diffstat (limited to 'epgsearchcfg.h')
-rw-r--r-- | epgsearchcfg.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/epgsearchcfg.h b/epgsearchcfg.h index 2fafef9..e51dee8 100644 --- a/epgsearchcfg.h +++ b/epgsearchcfg.h @@ -60,6 +60,7 @@ class cShowMode: public cListObject else sprintf(description, "%02d:%02d", iTime/100, iTime%100); } + cShowMode& operator= (const cShowMode &ShowMode); const char* GetDescription() { return description; } int GetTime() const { return itime; } bool GetUsage() const { return useIt; } |