diff options
author | Daniel Wilhelm <daniel@wili.li> | 2014-04-18 17:24:35 +0200 |
---|---|---|
committer | Daniel Wilhelm <daniel@wili.li> | 2014-04-18 17:24:35 +0200 |
commit | 460091fb0b2ff114cc741372f15bb43b702ea3b1 (patch) | |
tree | 0562c2eda4c66969c6e6d0910080db9f5b0def3e /Application.h | |
parent | 5.15 (diff) | |
download | FreeFileSync-460091fb0b2ff114cc741372f15bb43b702ea3b1.tar.gz FreeFileSync-460091fb0b2ff114cc741372f15bb43b702ea3b1.tar.bz2 FreeFileSync-460091fb0b2ff114cc741372f15bb43b702ea3b1.zip |
5.16
Diffstat (limited to 'Application.h')
-rw-r--r-- | Application.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Application.h b/Application.h index b75ded34..11cdb494 100644 --- a/Application.h +++ b/Application.h @@ -8,10 +8,10 @@ #define FREEFILESYNCAPP_H #include <vector> +#include <zen/zstring.h> #include <wx/app.h> //#include "lib/process_xml.h" #include "lib/return_codes.h" -#include <zen/zstring.h> class Application : public wxApp @@ -21,8 +21,8 @@ public: private: virtual bool OnInit(); + virtual int OnExit(); virtual int OnRun(); - virtual int OnExit() { return 0; } virtual bool OnExceptionInMainLoop() { throw; } //just re-throw and avoid display of additional messagebox: it will be caught in OnRun() #ifdef FFS_MAC |