]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/mdi.cpp
moved wxDash typedef to gdicmn.h
[wxWidgets.git] / src / gtk / mdi.cpp
index ef10bb6cfcb7975afc7fae698bdd7b567c34f226..3fa7de98fd7f1b19ef7b60264db6a99fd57c8821 100644 (file)
@@ -19,9 +19,9 @@
 #include "wx/menu.h"
 #include "wx/intl.h"
 
-#include "glib.h"
-#include "gdk/gdk.h"
-#include "gtk/gtk.h"
+#include <glib.h>
+#include <gdk/gdk.h>
+#include <gtk/gtk.h>
 #include "wx/gtk/win_gtk.h"
 
 //-----------------------------------------------------------------------------
@@ -48,7 +48,7 @@ extern wxList wxPendingDelete;
 //-----------------------------------------------------------------------------
 
 static void 
-gtk_mdi_page_change_callback( GtkNotebook *widget,
+gtk_mdi_page_change_callback( GtkNotebook *WXUNUSED(widget),
                               GtkNotebookPage *page,
                              gint WXUNUSED(page_num),
                              wxMDIParentFrame *parent )