Build fix after wxColourBase introduction.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38895 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Włodzimierz Skiba
2006-04-24 18:31:23 +00:00
parent 4b80b7705f
commit 7760051f27

View File

@@ -247,7 +247,7 @@ bool wxColour::FromString(const wxChar *name)
Display *dpy = wxGlobalDisplay();
WXColormap colormap = wxTheApp->GetMainColormap( dpy );
XColor xcol;
if ( XParseColor( dpy, (Colormap)colormap, wxGTK_CONV_SYS( name ), &xcol ) )
if ( XParseColor( dpy, (Colormap)colormap, name , &xcol ) )
{
UnRef();