1 $NetBSD: patch-ad,v 1.2 2011/11/20 17:46:34 marino Exp $
3 --- daaplib/include/daap/tagoutput.h.orig 2011-11-26 15:54:46.000000000 +0000
4 +++ daaplib/include/daap/tagoutput.h
7 #include <daap/basic.h>
14 return( func( *this ));
17 - friend inline TagOutput& end( TagOutput& x ) {
18 - return( x.closeTag());
20 + friend inline TagOutput& end( TagOutput& x );
23 typedef std::vector<u8> DataInt8;
25 TagOutput( const TagOutput& );
26 TagOutput& operator = ( const TagOutput& );
29 + inline TagOutput& end( TagOutput& x ) {
30 + return( x.closeTag());