From 8f55baf4723e428a9ca1d305933d7cb9eeedb757 Mon Sep 17 00:00:00 2001
From: g0dil <g0dil@wiback.org>
Date: Mon, 26 Nov 2007 21:11:40 +0000
Subject: [PATCH] Utils/Daemon: Made Daemon::exit() static

---
 Utils/Daemon/Daemon.hh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Utils/Daemon/Daemon.hh b/Utils/Daemon/Daemon.hh
index 3fb0018a3..cb14ca767 100644
--- a/Utils/Daemon/Daemon.hh
+++ b/Utils/Daemon/Daemon.hh
@@ -156,7 +156,7 @@ namespace senf {
         int argc();                     ///< Access command line parameter count
         char const ** argv();           ///< Access command line parameters
 
-        void exit(unsigned code=0);     ///< Terminate daemon with failure
+        static void exit(unsigned code=0);     ///< Terminate daemon with failure
 
         ///\}
         
-- 
GitLab