]> git.saurik.com Git - wxWidgets.git/commitdiff
applying patch, fixes #10523
authorStefan Csomor <csomor@advancedconcepts.ch>
Fri, 27 Feb 2009 05:27:38 +0000 (05:27 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Fri, 27 Feb 2009 05:27:38 +0000 (05:27 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59179 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/osx/carbon/colordlg.cpp

index 1fe4e3d1519001a6be37500c11ea2239c0ddc835..4a226c357acd92e141690270a13d524c2a825afa 100644 (file)
@@ -49,7 +49,7 @@ int wxColourDialog::ShowModal()
 {
     RGBColor currentColor ;
     
-    m_colourData.m_dataColour.GetRGBColor( currentColor );
+    m_colourData.m_dataColour.GetRGBColor( &currentColor );
     NColorPickerInfo info;
     OSStatus err ;
     memset(&info, 0, sizeof(info)) ;