aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/libsigcx/libsigcx0/libsigcx-0.6.4-pack-predeclare-swb.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/libsigcx/libsigcx0/libsigcx-0.6.4-pack-predeclare-swb.patch')
-rw-r--r--recipes/libsigcx/libsigcx0/libsigcx-0.6.4-pack-predeclare-swb.patch21
1 files changed, 21 insertions, 0 deletions
diff --git a/recipes/libsigcx/libsigcx0/libsigcx-0.6.4-pack-predeclare-swb.patch b/recipes/libsigcx/libsigcx0/libsigcx-0.6.4-pack-predeclare-swb.patch
new file mode 100644
index 0000000000..3ca1c2b8aa
--- /dev/null
+++ b/recipes/libsigcx/libsigcx0/libsigcx-0.6.4-pack-predeclare-swb.patch
@@ -0,0 +1,21 @@
+2005-05-06 Steven Brown <swbrown@ucsd.edu>
+
+ * sigcx/tunnel.h: Predeclare pack<R,P1>, fixing issue with
+ TunnelCallback1<R,P1>::pack_n_tunnel calling it before it was known.
+
+
+diff -ruN libsigcx-0.6.4-old/sigcx/tunnel.h libsigcx-0.6.4/sigcx/tunnel.h
+--- libsigcx-0.6.4-old/sigcx/tunnel.h 2005-05-06 22:08:33.000000000 -0700
++++ libsigcx-0.6.4/sigcx/tunnel.h 2005-05-06 22:10:22.000000000 -0700
+@@ -188,6 +188,11 @@
+ ***** Tunnel 1
+ ****************************************************************/
+
++/* Predeclare pack<R,P1> */
++template <class R,class P1>
++class TunnelCallback1;
++template <class R,class P1>
++TunnelCallback1<R,P1> *pack(const SigC::Slot1<R,P1>& s,P1 p1);
+
+ /** Tunnel callback for 1 arguments. */
+ template <class R,class P1>