bug-commoncpp
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

makes other packages FTBFS with G++ 4.1: endKeydata was not declared


From: Mark Purcell
Subject: makes other packages FTBFS with G++ 4.1: endKeydata was not declared
Date: Wed, 31 Jan 2007 19:39:42 +0000
User-agent: KMail/1.9.5

David,

Find enclosed a patch you may wish to include upstream.

Thanks,
Mark


  * Thanks to Jonas Meyer & Amaya for picking up a typo in the
    debian/patches/
    - Fixes: makes other packages FTBFS with G++ 4.1: endKeydata was not 
declared
    in this scope (Closes: #356601)

diff -urNad libcommoncpp2-1.3.26~/include/cc++/misc.h 
libcommoncpp2-1.3.26/include/cc++/misc.h
--- libcommoncpp2-1.3.26~/include/cc++/misc.h   2006-03-28 16:09:04.000000000 
+0100
+++ libcommoncpp2-1.3.26/include/cc++/misc.h    2006-04-12 19:19:25.000000000 
+0100
@@ -343,6 +343,9 @@
  * @author David Sugar <address@hidden>
  * @short load text configuration files into keyword pairs.
  */
+
+void endKeydata(void);
+
 class __EXPORT Keydata : protected MemPager
 {
 public:

Attachment: pgp9DwPalKE4Z.pgp
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]