From a4e8393ac7d7a5a81f38da3b82745d5206fafa96 Mon Sep 17 00:00:00 2001 From: Jasmin Jessich Date: Thu, 25 May 2017 18:42:54 +0200 Subject: Added operator to cListObject derived classes. --- epgsearchcfg.h | 1 + 1 file changed, 1 insertion(+) (limited to 'epgsearchcfg.h') 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; } -- cgit v1.2.3