You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/games-emulation/visualboyadvance/files/visualboyadvance-1.7.2-libs...

18 lines
454 B

From: Etienne Millon <me@emillon.org>
Subject: Remove deprecated header in sigccompat.h
libsigc++ 2.5.2 removed the <sigc++/object.h> header as it was useless.
Removing the #include directive makes the build succeed with later versions of
libsigc++.
--- a/src/gtk/sigccompat.h
+++ b/src/gtk/sigccompat.h
@@ -25,7 +25,6 @@
#include <sigc++/connection.h>
#include <sigc++/slot.h>
-#include <sigc++/object.h>
#include <sigc++/functors/mem_fun.h>