X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4bae10bdff8683fea70daf9f9b6c3fa559fe64cb..b640fa17f3359e2766232e5dae3922de28236bde:/utils/screenshotgen/src/screenshot_app.h diff --git a/utils/screenshotgen/src/screenshot_app.h b/utils/screenshotgen/src/screenshot_app.h index 1e1b485de8..acd730566a 100644 --- a/utils/screenshotgen/src/screenshot_app.h +++ b/utils/screenshotgen/src/screenshot_app.h @@ -3,13 +3,13 @@ // 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 ScreenshotApp : public wxApp { @@ -17,4 +17,4 @@ public: virtual bool OnInit(); }; -#endif // WXSCREENSHOTAPP_H +#endif // _SCREENSHOT_APP_H_