X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=include%2Finspircd.h;h=90bd0d70d5852d7216b96c33d509ef9b9afdcbad;hb=0bb707c10c04621f9eb8fdf5211bec8156dbca11;hp=fff30df9f3f0b5da0f87ad02b798f1093ff745e9;hpb=eadd5cce87ff5d17a3506bc0750e21e3d5035143;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/include/inspircd.h b/include/inspircd.h index fff30df9f..90bd0d70d 100644 --- a/include/inspircd.h +++ b/include/inspircd.h @@ -695,7 +695,7 @@ class CoreExport InspIRCd : public classbase * @param The exit code to give to the operating system * (See the ExitStatus enum for valid values) */ - static void Exit(int status); + void Exit(int status); /** Causes the server to exit immediately with exit code 0. * The status code is required for signal handlers, and ignored.