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,14 +6,14 @@
|
||||
// Licence: wxWindows license
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifndef AUTOCAP_H
|
||||
#define AUTOCAP_H
|
||||
#ifndef _AUTOCAPTURE_H_
|
||||
#define _AUTOCAPTURE_H_
|
||||
|
||||
#include <wx/notebook.h>
|
||||
#include <wx/settings.h>
|
||||
#include <vector>
|
||||
#include <ctime>
|
||||
|
||||
#include <wx/notebook.h>
|
||||
|
||||
|
||||
// TODO: document what these flags mean
|
||||
enum AdjustFlags
|
||||
@@ -112,6 +112,6 @@ private: // internal utils
|
||||
int m_border;
|
||||
};
|
||||
|
||||
#endif // AUTOCAP_H
|
||||
#endif // _AUTOCAPTURE_H_
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user