]> git.saurik.com Git - wxWidgets.git/blobdiff - src/osx/carbon/colordlg.cpp
fix wxGTK1 compilation after wxTextEntry DoGetValue() change
[wxWidgets.git] / src / osx / carbon / colordlg.cpp
index 377276d0c4e42631522d236234ddc9187d722817..4a226c357acd92e141690270a13d524c2a825afa 100644 (file)
@@ -12,7 +12,7 @@
 
 #include "wx/wxprec.h"
 
 
 #include "wx/wxprec.h"
 
-#include "wx/mac/colordlg.h"
+#include "wx/osx/colordlg.h"
 #include "wx/fontdlg.h"
 
 
 #include "wx/fontdlg.h"
 
 
@@ -20,7 +20,7 @@
 
 IMPLEMENT_DYNAMIC_CLASS(wxColourDialog, wxDialog)
 
 
 IMPLEMENT_DYNAMIC_CLASS(wxColourDialog, wxDialog)
 
-#include "wx/mac/private.h"
+#include "wx/osx/private.h"
 
 /*
  * wxColourDialog
 
 /*
  * wxColourDialog
@@ -49,7 +49,7 @@ int wxColourDialog::ShowModal()
 {
     RGBColor currentColor ;
     
 {
     RGBColor currentColor ;
     
-    m_colourData.m_dataColour.GetRGBColor( currentColor );
+    m_colourData.m_dataColour.GetRGBColor( &currentColor );
     NColorPickerInfo info;
     OSStatus err ;
     memset(&info, 0, sizeof(info)) ;
     NColorPickerInfo info;
     OSStatus err ;
     memset(&info, 0, sizeof(info)) ;