]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/collpane.cpp
Make art provider id of type "char *" instead of "wxChar *".
[wxWidgets.git] / src / gtk / collpane.cpp
index 754de047c4c2be53aa8e33c61932d9076ff1001d..1d7817bcdb291976bb3a85e1977172bbb737316e 100644 (file)
@@ -204,7 +204,7 @@ bool wxCollapsiblePane::Create(wxWindow *parent,
     m_parent->DoAddChild( this );
 
     PostCreation(size);
-    
+
     // we should blend into our parent background
     const wxColour bg = parent->GetBackgroundColour();
     SetBackgroundColour(bg);
@@ -285,7 +285,7 @@ GdkWindow *wxCollapsiblePane::GTKGetWindow(wxArrayGdkWindows& windows) const
     windows.Add( m_widget->window );
 
     return NULL;
-} 
+}
 
 #endif // wxUSE_COLLPANE && !defined(__WXUNIVERSAL__)