summaryrefslogtreecommitdiff
path: root/command/markad-standalone.h
diff options
context:
space:
mode:
authorJochen Dolze <vdr@dolze.de>2012-05-17 12:48:45 +0200
committerJochen Dolze <vdr@dolze.de>2012-05-17 12:48:45 +0200
commitf71889cd4de662eb29d706f8659e86d13a076fd2 (patch)
treef2f40415b05ebfaf18c3d39c16796f4b0eab0c21 /command/markad-standalone.h
parent0942647e18e14cfd5f1ab651da0660618490d834 (diff)
downloadvdr-plugin-markad-f71889cd4de662eb29d706f8659e86d13a076fd2.tar.gz
vdr-plugin-markad-f71889cd4de662eb29d706f8659e86d13a076fd2.tar.bz2
Fixed warnings from cppcheck
Added setup menu entry to prevent deferred shutdown Added many logos from contributors
Diffstat (limited to 'command/markad-standalone.h')
-rw-r--r--command/markad-standalone.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/command/markad-standalone.h b/command/markad-standalone.h
index cacbd0d..66761e0 100644
--- a/command/markad-standalone.h
+++ b/command/markad-standalone.h
@@ -245,15 +245,14 @@ unsigned Descriptor_Length:
bool ProcessFile(int Number);
void ProcessFile();
public:
+ cMarkAdStandalone(const char *Directory, const MarkAdConfig *config);
+ ~cMarkAdStandalone();
void SetAbort()
{
abort=true;
}
void Process2ndPass();
void Process();
- cMarkAdStandalone(const char *Directory, const MarkAdConfig *config);
-
- ~cMarkAdStandalone();
};
#endif