include wx/wxprec.h first (patch 1743343)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49622 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
/////////////////////////////////////////////////////////////////////////////
|
/////////////////////////////////////////////////////////////////////////////
|
||||||
// Name: colordlg.cpp
|
// Name: src/mac/carbon/colordlg.mm
|
||||||
// Purpose: wxColourDialog class. NOTE: you can use the generic class
|
// Purpose: wxColourDialog class. NOTE: you can use the generic class
|
||||||
// if you wish, instead of implementing this.
|
// if you wish, instead of implementing this.
|
||||||
// Author: Ryan Norton
|
// Author: Ryan Norton
|
||||||
@@ -18,6 +18,8 @@
|
|||||||
// headers
|
// headers
|
||||||
// ---------------------------------------------------------------------------
|
// ---------------------------------------------------------------------------
|
||||||
|
|
||||||
|
#include "wx/wxprec.h"
|
||||||
|
|
||||||
#include "wx/mac/colordlg.h"
|
#include "wx/mac/colordlg.h"
|
||||||
#include "wx/fontdlg.h"
|
#include "wx/fontdlg.h"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user