X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0d5eda9ccdc4c24ac09f58bd0cb6a0709e9ead72..3d9bff2f13c7fe6a61b99de92c8283dcbb59b147:/utils/screenshotgen/src/screenshot_app.h diff --git a/utils/screenshotgen/src/screenshot_app.h b/utils/screenshotgen/src/screenshot_app.h index 331b2d1c5e..acd730566a 100644 --- a/utils/screenshotgen/src/screenshot_app.h +++ b/utils/screenshotgen/src/screenshot_app.h @@ -3,18 +3,18 @@ // Purpose: Defines the Application Class // Author: Utensil Candel (UtensilCandel@@gmail.com) // RCS-ID: $Id$ -// Licence: wxWindows license +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// -#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_