bug-commoncpp
[Top][All Lists]
Advanced

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

error: invalid function declaration


From: Mark Purcell
Subject: error: invalid function declaration
Date: Wed, 31 Jan 2007 19:36:50 +0000
User-agent: KMail/1.9.5

David,

Find enclosed a patch to fixup an invalid function declaration, you might wish 
to include upstream.

Thanks,
Mark

## bug360492.dpatch by  Yan Morin <address@hidden>
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: http://bugs.debian.org/360492

@DPATCH@
diff -urNad libcommoncpp2-1.3.26~/template/pointer.h 
libcommoncpp2-1.3.26/template/pointer.h
--- libcommoncpp2-1.3.26~/template/pointer.h    2006-02-25 23:36:00.000000000 
+0000
+++ libcommoncpp2-1.3.26/template/pointer.h     2006-04-18 23:09:29.000000000 
+0100
@@ -43,6 +43,10 @@
  * @short Template for creating reference count managed smart pointers.
  **/

+#ifndef CCXX_MISSING_H_
+#include <cc++/missing.h>
+#endif
+
 namespace ost {

 /**

Attachment: pgpT_vyhyLmuY.pgp
Description: PGP signature


reply via email to

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