]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/screenshotgen/src/screenshot_app.h
Remove hard TABs from 3rd party files in src directory.
[wxWidgets.git] / utils / screenshotgen / src / screenshot_app.h
index 331b2d1c5e347fd90009fb19a79805c0c076a8c6..8e58cb45167e206e8ebb01c8cef7106173610fdb 100644 (file)
@@ -6,15 +6,15 @@
 // Licence:     wxWindows license
 /////////////////////////////////////////////////////////////////////////////
 
-#ifndef WXSCREENSHOTAPP_H
-#define WXSCREENSHOTAPP_H
+#ifndef _SCREENSHOT_APP_H_
+#define _SCREENSHOT_APP_H_
 
-#include <wx/app.h>
+#include "wx/app.h"
 
-class wxScreenshotApp : public wxApp
+class ScreenshotApp : public wxApp
 {
 public:
     virtual bool OnInit();
 };
 
-#endif // WXSCREENSHOTAPP_H
+#endif // _SCREENSHOT_APP_H_