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 <[EMAIL PROTECTED]>
  * @short load text configuration files into keyword pairs.
  */
+
+void endKeydata(void);
+
 class __EXPORT Keydata : protected MemPager
 {
 public:

Attachment: pgpj91MHaLaoo.pgp
Description: PGP signature

_______________________________________________
Bug-commoncpp mailing list
Bug-commoncpp@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-commoncpp

Reply via email to