Hello,
A small patch that remove an extra qualifier Gcc 4 don't like.
--
Pat
Index: gui/gtksup.h
===================================================================
RCS file: /sources/gnash/gnash/gui/gtksup.h,v
retrieving revision 1.16
diff -u -3 -p -r1.16 gtksup.h
--- gui/gtksup.h 18 Sep 2006 09:32:39 -0000 1.16
+++ gui/gtksup.h 18 Sep 2006 13:10:21 -0000
@@ -142,7 +142,7 @@ class DSOEXPORT GtkGui : public Gui
GtkGlExtGlue glue;
#endif
- static gnash::key::code GtkGui::gdk_to_gnash_key(guint key);
+ static gnash::key::code gdk_to_gnash_key(guint key);
};
_______________________________________________
Gnash-dev mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnash-dev