Build fix after wxColourBase introduction.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38900 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Włodzimierz Skiba
2006-04-24 21:32:00 +00:00
parent daebb84bff
commit 9eb49b58c0

View File

@@ -224,7 +224,7 @@ GdkColor *wxColour::GetColor() const
bool wxColour::FromString(const wxChar *str)
{
GdkColor colGDK;
if ( gdk_color_parse( wxGTK_CONV_SYS( str ), &colGDK ) )
if ( gdk_color_parse( str, &colGDK ) )
{
UnRef();