]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/screenshotgen/src/screenshot_main.h
Removed traces of wxFormBuilder from the screenshotgen utility, cleaned up some depen...
[wxWidgets.git] / utils / screenshotgen / src / screenshot_main.h
index 54b6667a339c28ea1a20bbd128c2020937e6907e..9e7a1bf8a12336b11612c00bd43214ad9cb18e9f 100644 (file)
@@ -6,8 +6,8 @@
 // Licence:     wxWindows license
 /////////////////////////////////////////////////////////////////////////////
 
-#ifndef WXSCREENSHOTMAIN_H
-#define WXSCREENSHOTMAIN_H
+#ifndef _SCREENSHOT_MAIN_H_
+#define _SCREENSHOT_MAIN_H_
 
 #include "guiframe.h"
 
@@ -20,9 +20,9 @@ class CtrlMaskOut;
 
 class ScreenshotFrame
 #if SCREENSHOTGEN_USE_AUI
-: public AuiGUIFrame
+    : public AuiGUIFrame
 #else
-: public GUIFrame
+    : public GUIFrame
 #endif
 {
 public:
@@ -58,4 +58,4 @@ private:
     CtrlMaskOut * m_maskout;
 };
 
-#endif // WXSCREENSHOTMAIN_H
+#endif // _SCREENSHOT_MAIN_H_