X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0d5eda9ccdc4c24ac09f58bd0cb6a0709e9ead72..a8a3ccb853083fef8c96ba7cb422790a8852dbde:/utils/screenshotgen/src/screenshot_app.h diff --git a/utils/screenshotgen/src/screenshot_app.h b/utils/screenshotgen/src/screenshot_app.h index 331b2d1c5e..8e58cb4516 100644 --- a/utils/screenshotgen/src/screenshot_app.h +++ b/utils/screenshotgen/src/screenshot_app.h @@ -6,15 +6,15 @@ // Licence: wxWindows license ///////////////////////////////////////////////////////////////////////////// -#ifndef WXSCREENSHOTAPP_H -#define WXSCREENSHOTAPP_H +#ifndef _SCREENSHOT_APP_H_ +#define _SCREENSHOT_APP_H_ -#include +#include "wx/app.h" -class wxScreenshotApp : public wxApp +class ScreenshotApp : public wxApp { public: virtual bool OnInit(); }; -#endif // WXSCREENSHOTAPP_H +#endif // _SCREENSHOT_APP_H_