X-Git-Url: http://git.tdb.fi/?p=libs%2Fcore.git;a=blobdiff_plain;f=source%2Fcore%2Fapplication.h;h=7dfea8a0ad13abaa05d3102ace97a0962e957fd4;hp=08393b724b486077452e9ffb940bd9822fc6578c;hb=609c9a508cfdc7b42c46c4f21d17639204165a00;hpb=b4806214e905752617691f851717033fd3f266c2 diff --git a/source/core/application.h b/source/core/application.h index 08393b7..7dfea8a 100644 --- a/source/core/application.h +++ b/source/core/application.h @@ -1,6 +1,8 @@ #ifndef MSP_CORE_APPLICATION_H_ #define MSP_CORE_APPLICATION_H_ +#include + namespace Msp { /** @@ -45,6 +47,8 @@ protected: virtual void sighandler(int) { } private: static void sighandler_(int); + + static void display_exception(const std::exception &); };