Removed traces of wxFormBuilder from the screenshotgen utility, cleaned up some dependencies in headers, and replaced a few sparse tabs with spaces.
Also applied patch #10083 (VC6 build fixes for screenshotgen). git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56343 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -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_
|
||||
|
Reference in New Issue
Block a user