File: 16_sigcompat.patch

package info (click to toggle)
visualboyadvance 1.8.0.dfsg-4
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 12,216 kB
  • ctags: 17,097
  • sloc: cpp: 93,502; ansic: 48,351; sh: 3,561; makefile: 378; lex: 72; yacc: 60; sed: 16
file content (17 lines) | stat: -rw-r--r-- 454 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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>