Skip to content
Snippets Groups Projects
Commit 8f55baf4 authored by g0dil's avatar g0dil
Browse files

Utils/Daemon: Made Daemon::exit() static

parent 3490b9fe
No related branches found
No related tags found
No related merge requests found
......@@ -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
///\}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment