From f71889cd4de662eb29d706f8659e86d13a076fd2 Mon Sep 17 00:00:00 2001 From: Jochen Dolze Date: Thu, 17 May 2012 12:48:45 +0200 Subject: Fixed warnings from cppcheck Added setup menu entry to prevent deferred shutdown Added many logos from contributors --- command/markad-standalone.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'command/markad-standalone.h') 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 -- cgit v1.2.3