]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/window.cpp
better <HR> tag handling in wxHTML
[wxWidgets.git] / src / gtk / window.cpp
index 12a845a60e0c13130afe863be6c44c785fd32dd7..05a2f829cb4e0dfbf11285b61517ddc0c2bf15ea 100644 (file)
@@ -3744,7 +3744,7 @@ static gint gs_pop_y = 0;
 
 static void wxPopupMenuPositionCallback( GtkMenu *menu,
                                          gint *x, gint *y,
-                                         gpointer WXUNUSED(user_data) )
+                                         gpointer WXUNUSED(user_data) )
 {
     // ensure that the menu appears entirely on screen
     GtkRequisition req;