X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fapplication.h;h=931e2e2bab0437b70e38d68e96601030b88226cd;hp=0c139a64b4bc0f18c9377c6e541fb3f2a1b03d08;hb=00d9fe8af09891e82d66f88c48b513d6a7326f2a;hpb=9fc602bae74b8e09bd45ace3b42a8ce84d56b23c diff --git a/src/application.h b/src/application.h index 0c139a64..931e2e2b 100644 --- a/src/application.h +++ b/src/application.h @@ -29,10 +29,10 @@ class Application { Application(); Application(const Application&); - ~Application(); public: static void initialize(); + static void free_resources(); static void exit_with_failure(); };