small build fixes for PCH-less builds
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55857 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -11,12 +11,11 @@
|
||||
#define _WX_GTK_CURSOR_H_
|
||||
|
||||
#include "wx/gdiobj.h"
|
||||
#include "wx/gdicmn.h"
|
||||
|
||||
class WXDLLIMPEXP_FWD_CORE wxColour;
|
||||
class WXDLLIMPEXP_FWD_CORE wxImage;
|
||||
|
||||
enum wxStockCursor;
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
// wxCursor
|
||||
//-----------------------------------------------------------------------------
|
||||
|
@@ -161,7 +161,7 @@ int wxColourDialog::ShowModal()
|
||||
// transfer the values chosen by user back into m_colourData
|
||||
for ( i = 0; i < WXSIZEOF(custColours); i++ )
|
||||
{
|
||||
wxRGBToColour(m_colourData.GetCustomColour(i), custColours[i]);
|
||||
wxRGBToColour(m_colourData.m_custColours[i], custColours[i]);
|
||||
}
|
||||
|
||||
wxRGBToColour(m_colourData.GetColour(), chooseColorStruct.rgbResult);
|
||||
|
Reference in New Issue
Block a user