pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/taglib/files Re: PR 25858 Synopsis: audio/taglib...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9de79d91c7bb
branches:  trunk
changeset: 476370:9de79d91c7bb
user:      shannonjr <shannonjr%pkgsrc.org@localhost>
date:      Mon Jun 07 19:36:40 2004 +0000

description:
Re: PR 25858 Synopsis: audio/taglib - Improperly placed semicolon caused
compilation failure with gcc 3.4.0.
A semicolon at the end of a namespace declaration is erroneous and not
accepted by gcc 3.4.0.

diffstat:

 audio/taglib/files/id3lib_strings.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r 4b48919b8b18 -r 9de79d91c7bb audio/taglib/files/id3lib_strings.h
--- a/audio/taglib/files/id3lib_strings.h       Mon Jun 07 19:25:58 2004 +0000
+++ b/audio/taglib/files/id3lib_strings.h       Mon Jun 07 19:36:40 2004 +0000
@@ -1,5 +1,5 @@
 // -*- C++ -*-
-// $Id: id3lib_strings.h,v 1.1.1.1 2004/02/09 00:30:25 chris Exp $
+// $Id: id3lib_strings.h,v 1.2 2004/06/07 19:36:40 shannonjr Exp $
 
 // id3lib: a software library for creating and manipulating id3v1/v2 tags
 // Copyright 1999, 2000  Scott Thomas Haug
@@ -197,7 +197,7 @@
   typedef std::basic_string<char>           String;
   typedef std::basic_string<unsigned char> BString;
   typedef std::basic_string<wchar_t>       WString;
-};
+}
 
 #endif /* _ID3LIB_STRINGS_H_ */
 



Home | Main Index | Thread Index | Old Index