non-pch build fix, indentation and whitespace cleanup
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48660 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
376b252c63
commit
a7060b8cae
@ -26,6 +26,7 @@
|
||||
#include "wx/math.h"
|
||||
#include "wx/image.h"
|
||||
#include "wx/module.h"
|
||||
#include "wx/crt.h"
|
||||
#endif
|
||||
|
||||
#include "wx/fontutil.h"
|
||||
@ -183,12 +184,11 @@ wxPrintNativeDataBase *wxGtkPrintFactory::CreatePrintNativeData()
|
||||
//----------------------------------------------------------------------------
|
||||
|
||||
// We use it to pass useful objets to gtk printing callback functions.
|
||||
typedef struct
|
||||
struct wxPrinterToGtkData
|
||||
{
|
||||
wxGtkPrinter * printer;
|
||||
wxPrintout * printout;
|
||||
}
|
||||
wxPrinterToGtkData;
|
||||
};
|
||||
|
||||
extern "C"
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user